diff --git a/github-backup.py b/github-backup.py index 7080509..a6ccec3 100755 --- a/github-backup.py +++ b/github-backup.py @@ -18,7 +18,7 @@ def main(): # Process args if args.cron: - args.git += "--quit" + args.git += "--quiet" # Make the connection to Github here. gh = Github()