mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Minor typo fix
This commit is contained in:
parent
78bee1990c
commit
a082b3c631
1 changed files with 1 additions and 1 deletions
|
|
@ -809,7 +809,7 @@ def parse_commandline():
|
|||
help="Update the wiki")
|
||||
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:
|
||||
options.stop = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue