mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-14 02:50:12 +01:00
Minor typo fix
This commit is contained in:
parent
78bee1990c
commit
a082b3c631
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user