diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/heroku-toolbelt.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/heroku-toolbelt.rb b/Library/Formula/heroku-toolbelt.rb index eaafb6cff..17c5cb46b 100644 --- a/Library/Formula/heroku-toolbelt.rb +++ b/Library/Formula/heroku-toolbelt.rb @@ -2,6 +2,7 @@ class HerokuToolbelt < Formula homepage "https://toolbelt.heroku.com/other" url "https://s3.amazonaws.com/assets.heroku.com/heroku-client/heroku-client-3.30.4.tgz" sha256 "51a92e85994c65d016823ad7b8fa74bf30ddeb59afb33751c1f93e8105c80e9e" + head "https://github.com/heroku/heroku.git" def install libexec.install Dir["*"] |
