Commit 9bbc372
committed
cli/builbo: fix default action to help when none specified
ACTION was set to ${DEFAULT_ACTION} ("help") on line 32, then
immediately overwritten with ACTION="" two lines later, causing
the script to have no action when the user provides no action flag.
Remove the overwrite so that ACTION retains its default value of
"help", consistent with DEFAULT_ACTION. This means running builbo
with no action flag now correctly displays the usage/help text.1 parent 26e5f3d commit 9bbc372
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments