1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-14 11:00:10 +01:00

Minor typo fix

This commit is contained in:
Ciaran Gultnieks 2014-03-04 23:36:32 +00:00
parent 78bee1990c
commit a082b3c631

View File

@ -809,7 +809,7 @@ def parse_commandline():
help="Update the wiki") help="Update the wiki")
options, args = parser.parse_args() options, args = parser.parse_args()
# Force --stop with --on-server to get cotrect exit code # Force --stop with --on-server to get correct exit code
if options.onserver: if options.onserver:
options.stop = True options.stop = True