Skip to content

Commit

Permalink
Fix clean flag (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
icheko committed Jun 11, 2022
1 parent 42daaa7 commit ce42d38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commands/push.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ function* push(context, heroku) {
context,
heroku,
nullKeys,
'Successfully deleted unused settings from Heroku!'
'Successfully deleted unused settings from Heroku!',
pullUrl
)
}
}
Expand Down

0 comments on commit ce42d38

Please sign in to comment.