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:
parent
1b97799701
commit
7ac9c0fc98
1 changed files with 0 additions and 5 deletions
|
@ -145,11 +145,6 @@ writeShellScriptBin "lab" ''
|
||||||
deploy_machine "$machine" "$mode"
|
deploy_machine "$machine" "$mode"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"update-all")
|
|
||||||
mode="''${2:-boot}"
|
|
||||||
update_all_machines "$mode"
|
|
||||||
;;
|
|
||||||
|
|
||||||
"status")
|
"status")
|
||||||
show_status
|
show_status
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue