Skip to content

Commit

Permalink
Fix error with as_app flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dale-primer-e committed Mar 14, 2024
1 parent 122eb56 commit 1eccebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_backup/github_backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ def backup_releases(args, repo_cwd, repository, repos_template, include_assets=F
asset["url"],
os.path.join(release_assets_cwd, asset["name"]),
get_auth(args),
as_app=True if args.as_app is not None else False,
as_app=args.as_app,
fine=True if args.token_fine is not None else False
)

Expand Down

0 comments on commit 1eccebc

Please # to comment.