summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-18 11:03:02 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-18 11:03:02 +0000
commit9c12f18bba7d38db5c38bb6f756d39305e20828c (patch)
treee5e9f246dbc02b7aa323c6c7ed67159be8eb1a92
parentbc66d700063ab1baa875e38280c37414bb5c29a7 (diff)
w00ps
-rw-r--r--src/backend/setbranch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/setbranch.py b/src/backend/setbranch.py
index ac0f99e..08c303b 100644
--- a/src/backend/setbranch.py
+++ b/src/backend/setbranch.py
@@ -24,7 +24,7 @@ def getBranchRemote(branch, remote):
elif "pagure" in remote:
remote = sisyphus.getfs.remotePagure
elif "next" in branch:
- if github in remote:
+ if "github" in remote:
remote = sisyphus.getfs.remoteGithub
elif "gitlab" in remote:
remote = sisyphus.getfs.remoteGitlab