heroku-toolbelt: fix typo
Closes Homebrew/homebrew#15644. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
964ec6caeb
commit
6ec270404e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue