[F] Fix typo
This commit is contained in:
parent
dea5f5b583
commit
2117040796
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ def run():
|
|||
|
||||
# Use a custom distro
|
||||
if args.distro:
|
||||
GLOBAL_CFG.override_distro = args.test_distro
|
||||
GLOBAL_CFG.override_distro = args.distro
|
||||
|
||||
if args.debug:
|
||||
GLOBAL_CFG.debug = True
|
||||
|
|
Loading…
Reference in a new issue