1
0
Fork 0
mirror of https://github.com/clockfort/GitHub-Backup.git synced 2025-03-09 00:00:03 +01:00

Merge pull request #45 from clockfort/fix-orgs

Fix backup of organziations
This commit is contained in:
Steffen Vogel 2021-04-19 08:44:19 +02:00 committed by GitHub
commit e8cf9a6f2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,7 +103,7 @@ def main():
if args.organization:
if args.password:
account = gh.get_organization(args.org)
account = gh.get_organization(args.organization)
else:
account = gh.get_organization(args.login_or_token)
else: