aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMark Cornick2012-10-24 15:26:57 -0400
committerAdam Vandenberg2012-10-24 12:29:07 -0700
commitdb88a1842516d892aab7f839d2b7ac92978ed19b (patch)
tree36dd37e8655a396f59bb9b9c0ddc2dfd55929dcb /Library/Formula
parent8c29e7c67287176c89a07b84eda780e8b5d149b6 (diff)
downloadhomebrew-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.rb2
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