diff options
| author | Robby Russell <robby@planetargon.com> | 2012-12-01 11:59:21 -0800 | 
|---|---|---|
| committer | Robby Russell <robby@planetargon.com> | 2012-12-01 11:59:21 -0800 | 
| commit | 2e55825f9c6f13f528a4a66afb2df3d287364474 (patch) | |
| tree | 6eb88ab11731b61e0137bacbf2b81b3eb0e0882b /plugins/heroku/_heroku | |
| parent | b8e230205a7e673de56530870fee481eb256d839 (diff) | |
| parent | c2cbd31b3ceaabcab09686c1c6ecf10c51715868 (diff) | |
| download | zsh-2e55825f9c6f13f528a4a66afb2df3d287364474.tar.gz zsh-2e55825f9c6f13f528a4a66afb2df3d287364474.tar.bz2 zsh-2e55825f9c6f13f528a4a66afb2df3d287364474.zip  | |
Merge pull request #1365 from pcasaretto/add-heroku-remote-switch
Add the heroku --remote switch
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  | 
