Last active
August 29, 2015 14:14
-
-
Save andresbravog/db56c900ba72cc1bed01 to your computer and use it in GitHub Desktop.
Fix Heroku is not part of the Bundle Issue with RVM and Heroku Toolbelt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 # Go to heroku exec file | |
sudo vim /usr/local/heroku/bin/heroku | |
2 # Change first line | |
#!/usr/local/heroku/ruby/bin/ruby | |
to | |
#!/usr/bin/env ruby |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment