diff options
| author | Mark Cornick | 2012-10-24 15:26:57 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2012-10-24 12:29:07 -0700 |
| commit | db88a1842516d892aab7f839d2b7ac92978ed19b (patch) | |
| tree | 36dd37e8655a396f59bb9b9c0ddc2dfd55929dcb /Library/Formula | |
| parent | 8c29e7c67287176c89a07b84eda780e8b5d149b6 (diff) | |
| download | homebrew-db88a1842516d892aab7f839d2b7ac92978ed19b.tar.bz2 | |
heroku-toolbelt: fix typo
Closes #15644.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/heroku-toolbelt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/heroku-toolbelt.rb b/Library/Formula/heroku-toolbelt.rb index 3b17df538..349874fcb 100644 --- a/Library/Formula/heroku-toolbelt.rb +++ b/Library/Formula/heroku-toolbelt.rb @@ -9,7 +9,7 @@ class HerokuToolbelt < Formula libexec.install Dir["*"] (bin/'heroku').write <<-EOS.undent #!/usr/bin/env sh - exec "#{libexec}/bin/keroku" "$@" + exec "#{libexec}/bin/heroku" "$@" EOS end |
