Reputation: 109
I'm on Ubuntu 10.10.
Heroku stopped working COMPLETELY after last update (last run of 'heroku update'). Now EVERY command results in:
/usr/local/heroku/lib/heroku/updater.rb:54:in inject_libpath': undefined local variable or method
lib' for Heroku::Updater:Module (NameError)
from /usr/local/heroku/lib/heroku/updater.rb:53:in each'
from /usr/local/heroku/lib/heroku/updater.rb:53:in
inject_libpath'
from /usr/bin/heroku:24
Updated - Solution: Saw some warnings here about re-installing heroku, but support just had me re-install and it fixed the issue and everything seems to be working just fine:
apt-get remove heroku-toolbelt
apt-get install heroku-toolbelt
Upvotes: 3
Views: 982