mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 10:43:47 +08:00
Fixes typo on line 86
This commit is contained in:
parent
32010d1d93
commit
9d7fbd2cc0
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user