[F] Fix typo

This commit is contained in:
Hykilpikonna
2022-12-10 21:06:43 -05:00
parent dea5f5b583
commit 2117040796
+1 -1
View File
@@ -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