Fix hostname 4

This commit is contained in:
Neill Cox 2023-09-26 16:32:03 +10:00
parent 47b559fbd0
commit 1dc256fd61

View file

@ -20,7 +20,7 @@ def parse_args():
parser.add_argument("--public-key", required=True, type=open)
parser.add_argument("--local-hostname", required=True)
parser.add_argument("--user-data", default=template_path / "user-data.tpl")
parser.add_argument("--meta-data", default=template_path / "/meta-data.tpl")
parser.add_argument("--meta-data", default=template_path / "meta-data.tpl")
parser.add_argument(
"--network-data", default=template_path / "network-config.tpl"
)