Skip to content

Commit

Permalink
fix(reset.js): fixed where we did not pass the heroku config for rese…
Browse files Browse the repository at this point in the history
…t of heroku
  • Loading branch information
Simen Daehlin committed Sep 5, 2022
1 parent f49716f commit 80e70f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/reset.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const _resetProvider = async () => {
switch (provider) {
case `heroku`:
await _resetFiles();
await destroyHerokuApp();
await destroyHerokuApp(config.providers.heroku);
break;
case `render`:
await _resetFiles();
Expand Down

0 comments on commit 80e70f7

Please sign in to comment.