[F] Fix typo

This commit is contained in:
Hykilpikonna 2022-12-10 21:06:43 -05:00
parent dea5f5b583
commit 2117040796
No known key found for this signature in database
GPG key ID: 256CD01A41D7FA26

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