Skip to content

Commit 80e70f7

Browse files
author
Simen Daehlin
committed
fix(reset.js): fixed where we did not pass the heroku config for reset of heroku
1 parent f49716f commit 80e70f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/reset.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const _resetProvider = async () => {
135135
switch (provider) {
136136
case `heroku`:
137137
await _resetFiles();
138-
await destroyHerokuApp();
138+
await destroyHerokuApp(config.providers.heroku);
139139
break;
140140
case `render`:
141141
await _resetFiles();

0 commit comments

Comments
 (0)