aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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