aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/heroku.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions/heroku.fish')
-rw-r--r--share/completions/heroku.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/heroku.fish b/share/completions/heroku.fish
index d7618529..2d11b15b 100644
--- a/share/completions/heroku.fish
+++ b/share/completions/heroku.fish
@@ -31,7 +31,7 @@ end
function __fish_heroku_needs_command
set cmd (commandline -opc)
- if [ (count $cmd) -eq 1 -a $cmd[1] = 'heroku' ]
+ if [ (count $cmd) -eq 1 ]
return 0
end
return 1