Skip to content

Commit f6353ce

Browse files
committed
🚒class/self confusion in configg
cf d4e8d65 fixes #149
1 parent 3f106b2 commit f6353ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git_repo/services/ext/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def request_fetch(self, user, repo, request, pull=False, force=False):
339339
@classmethod
340340
def get_auth_token(cls, login, password, prompt=None):
341341
import platform
342-
if self.fqdn != GITHUB_COM_FQDN:
342+
if cls.fqdn != GITHUB_COM_FQDN:
343343
gh = github3.GitHubEnterprise()
344344
else:
345345
gh = github3.GitHub()

0 commit comments

Comments
 (0)