From 9d7fbd2cc0627fa41944ba2fb7e2d6e1396467d0 Mon Sep 17 00:00:00 2001 From: jbbrokaw Date: Tue, 4 Nov 2014 10:24:43 -0800 Subject: [PATCH] Fixes typo on line 86 --- share/completions/heroku.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/completions/heroku.fish b/share/completions/heroku.fish index c18d47ca6..d7618529b 100644 --- a/share/completions/heroku.fish +++ b/share/completions/heroku.fish @@ -48,6 +48,7 @@ function __fish_heroku_using_command end set -l heroku_looking -c heroku -n '__fish_heroku_needs_command' + # Main commands complete $heroku_looking -xa addons -d 'list installed addons' complete $heroku_looking -xa apps -d 'manage apps (create, destroy)' @@ -83,7 +84,7 @@ complete $heroku_looking -xa update -d 'update the heroku client' complete $heroku_looking -xa version -d 'display version' complete $heroku_looking -xa git:clone -d "APP DIRECTORY clones a heroku app to your local machine at DIRECTORY (defaults to app name)" -complete $heroku_lookgin -xa git:remote -d "adds a git remote to an app repo (-a APP)" +complete $heroku_looking -xa git:remote -d "adds a git remote to an app repo (-a APP)" # Addons subcommands complete $heroku_looking -xa addons:add -d 'install an addon'