From 9c12f18bba7d38db5c38bb6f756d39305e20828c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 18 Feb 2023 11:03:02 +0000 Subject: w00ps --- src/backend/setbranch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3