fix(tools): remove duplicate update-all command from lab tool

Clean up redundant command case that was accidentally left in during
the addition of the update command functionality.
This commit is contained in:
Geir Okkenhaug Jerstad 2025-06-07 17:50:51 +00:00
parent 1b97799701
commit 7ac9c0fc98

View file

@ -145,11 +145,6 @@ writeShellScriptBin "lab" ''
deploy_machine "$machine" "$mode"
;;
"update-all")
mode="''${2:-boot}"
update_all_machines "$mode"
;;
"status")
show_status
;;