From fce568a06747d688190fe0c723b8377ab797d691 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 19 Apr 2021 08:43:30 +0200 Subject: [PATCH] Update github_backup.py fix backup of organziations (closes #43) --- github_backup/github_backup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_backup/github_backup.py b/github_backup/github_backup.py index 3cf23ea..03f5a65 100755 --- a/github_backup/github_backup.py +++ b/github_backup/github_backup.py @@ -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: