We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eec993 commit f355363Copy full SHA for f355363
rootfs.py
@@ -55,7 +55,7 @@ def create_configuration_file(args):
55
config.write(f"CONFIGURATOR={args.configurator}\n")
56
if not args.external_sources:
57
if args.mirrors:
58
- config.write(f"MIRRORS=\"{" ".join(args.mirrors)}\"\n")
+ config.write(f'MIRRORS="{" ".join(args.mirrors)}"\n')
59
config.write(f"MIRRORS_LEN={len(args.mirrors)}\n")
60
else:
61
config.write("MIRRORS_LEN=0\n")
0 commit comments