Skip to content

Commit 3151bd8

Browse files
authored
Apply suggestions from code review
1 parent 50478ec commit 3151bd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

talos-bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ show_help() {
1919
printf "\t%s\t%s\n" "dashboard" "Open dashboard for a node."
2020
printf "\nOPTIONS:\n"
2121
printf "\t%s <%s>\t%s\n" "-n, --node" "address" "Node address"
22-
exit 1
2322
}
2423

2524
node=
@@ -61,6 +60,7 @@ case "$OP" in
6160
;;
6261
*)
6362
show_help
63+
exit 1
6464
;;
6565
esac
6666

0 commit comments

Comments
 (0)