heroku-toolbelt: fix typo

Closes Homebrew/homebrew#15644.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Mark Cornick 2012-10-24 15:26:57 -04:00 committed by Adam Vandenberg
parent 964ec6caeb
commit 6ec270404e

View file

@ -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