You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Readme, this command heroku config:set HEROKU_URL=$(heroku info -s | grep web-url | cut -d= -f2) should be heroku config:set HEROKU_URL=$(heroku info -s | grep web_url | cut -d= -f2)
because web-url isn´t recognize
In the Readme, this command heroku config:set HEROKU_URL=$(heroku info -s | grep web-url | cut -d= -f2) should be heroku config:set HEROKU_URL=$(heroku info -s | grep web_url | cut -d= -f2)
because web-url isn´t recognize