diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-09-24 19:51:13 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-09-24 19:51:13 +0200 |
| commit | 5de5564a565f67702cffdcc5f141d75f867fc73e (patch) | |
| tree | c5fe802c918d41800d20755fd651337fb88fdd1a /src/main/java/at/hannibal2/skyhanni/data | |
| parent | 1f7536543777ad6158504996c2d5b8fd029e951f (diff) | |
| download | SkyHanni-5de5564a565f67702cffdcc5f141d75f867fc73e.tar.gz SkyHanni-5de5564a565f67702cffdcc5f141d75f867fc73e.tar.bz2 SkyHanni-5de5564a565f67702cffdcc5f141d75f867fc73e.zip | |
changed hannibal2 name
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/data')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/data/repo/RepoManager.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/repo/RepoManager.kt b/src/main/java/at/hannibal2/skyhanni/data/repo/RepoManager.kt index e12cbc637..2dc65f358 100644 --- a/src/main/java/at/hannibal2/skyhanni/data/repo/RepoManager.kt +++ b/src/main/java/at/hannibal2/skyhanni/data/repo/RepoManager.kt @@ -149,14 +149,14 @@ class RepoManager(private val configLocation: File) { } private fun getCommitApiUrl(): String { - val repoUser = "hannibal00212" + val repoUser = "hannibal002" val repoName = "SkyHanni-REPO" val repoBranch = "main" return String.format("https://api.github.com/repos/%s/%s/commits/%s", repoUser, repoName, repoBranch) } private fun getDownloadUrl(commitId: String?): String { - val repoUser = "hannibal00212" + val repoUser = "hannibal002" val repoName = "SkyHanni-REPO" return String.format("https://github.com/%s/%s/archive/%s.zip", repoUser, repoName, commitId) } |
