From 5640b84433cbbc6ad9514a33499e05e5fe10d4fb Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 15 Nov 2023 21:55:51 +0100 Subject: [PATCH] machines.update: remove redundant flake argument --- pkgs/clan-cli/clan_cli/machines/update.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/clan-cli/clan_cli/machines/update.py b/pkgs/clan-cli/clan_cli/machines/update.py index 97bcbf209..cd25eaffb 100644 --- a/pkgs/clan-cli/clan_cli/machines/update.py +++ b/pkgs/clan-cli/clan_cli/machines/update.py @@ -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,