machines.update: remove redundant flake argument
All checks were successful
checks-impure / test (pull_request) Successful in 1m55s
checks / test (pull_request) Successful in 2m28s

This commit is contained in:
lassulus 2023-11-15 21:55:51 +01:00
parent e185ab971c
commit 5640b84433

View File

@ -147,12 +147,6 @@ def register_update_parser(parser: argparse.ArgumentParser) -> None:
nargs="*",
default=[],
)
parser.add_argument(
"--flake",
type=str,
help="name of the flake to update machine for",
default=None,
)
parser.add_argument(
"--target-host",
type=str,