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

fixed small typo

This commit is contained in:
Steffen Vogel 2013-08-02 01:29:37 +02:00
parent 3742232295
commit 84e23c696c

View file

@ -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()