tonycoco / heroku-buildpack-ember-cli

A Heroku Buildpack for Ember CLI Applications
MIT License
321 stars 121 forks source link

Proper way to install heroku-repo #140

Closed talhaobject90 closed 7 years ago

talhaobject90 commented 7 years ago

Installing heroku repo via

 heroku plugins:install https://github.com/heroku/heroku-repo.git 

will end up here

 !    `repo` is not a heroku command.

The correct way is

heroku plugins:install heroku-repo

https://github.com/heroku/heroku-repo/issues/40