Skip to content

Commit

Permalink
Use absolute path to Heroku since the Toolbelt isn't in $PATH yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams authored and Dan Croak committed Nov 13, 2012
1 parent 66dc105 commit 1436452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,7 @@ What it sets up
* Ack for finding things in files
* Bundler gem for managing Ruby libraries
* Foreman gem for serving Rails apps locally
* Heroku gem for interacting with the Heroku API
* Heroku Toolbelt for interacting with the Heroku API
* Heroku Config plugin for local `ENV` variables
* Homebrew for managing operating system libraries
* ImageMagick for cropping and resizing images
Expand Down
2 changes: 1 addition & 1 deletion mac
Expand Up @@ -66,4 +66,4 @@ echo "Installing standalone Heroku CLI client. You'll need administrative rights
successfully curl -s https://toolbelt.heroku.com/install.sh | sh

echo "Installing the heroku-config plugin for pulling config variables locally to be used as ENV variables ..."
successfully heroku plugins:install git://github.com/ddollar/heroku-config.git
successfully /usr/local/heroku/bin/heroku plugins:install git://github.com/ddollar/heroku-config.git

0 comments on commit 1436452

Please sign in to comment.