Skip to content

Commit fa9a234

Browse files
author
Greg Bowler
committed
Fix if-fi syntax
1 parent f006b92 commit fa9a234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ fi
3434
if [ ! -n "$action_only_args" ]
3535
then
3636
if [ "$action_command" != "install" ]
37+
then
3738
case "$action_suggest" in
3839
yes)
3940
# Default behaviour
@@ -72,7 +73,6 @@ then
7273
exit 1
7374
;;
7475
esac
75-
then
7676
fi
7777

7878
case "$action_interaction" in

0 commit comments

Comments
 (0)