We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9a234 commit d91ccc3Copy full SHA for d91ccc3
entrypoint
@@ -33,7 +33,7 @@ fi
33
34
if [ ! -n "$action_only_args" ]
35
then
36
- if [ "$action_command" != "install" ]
+ if [ "$action_command" = "install" ]
37
38
case "$action_suggest" in
39
yes)
0 commit comments