diff options
Diffstat (limited to 'plugins/heroku/_heroku')
-rw-r--r-- | plugins/heroku/_heroku | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/heroku/_heroku b/plugins/heroku/_heroku index dc899e2b2..a95c38647 100644 --- a/plugins/heroku/_heroku +++ b/plugins/heroku/_heroku @@ -154,5 +154,6 @@ case "$words[1]" in _arguments \ $_command_args \ '(--app)--app[the app name]' \ + '(--remote)--remote[the remote name]' \ && return 0 |