Skip to content

Commit d91ccc3

Browse files
author
Greg Bowler
committed
Flip logic, oops!
1 parent fa9a234 commit d91ccc3

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
@@ -33,7 +33,7 @@ fi
3333

3434
if [ ! -n "$action_only_args" ]
3535
then
36-
if [ "$action_command" != "install" ]
36+
if [ "$action_command" = "install" ]
3737
then
3838
case "$action_suggest" in
3939
yes)

0 commit comments

Comments
 (0)