From ce42d38c388a999a82ade15c0a81eee78e5b21c2 Mon Sep 17 00:00:00 2001 From: Jose Pacheco Date: Sat, 11 Jun 2022 10:29:43 -0700 Subject: [PATCH] Fix clean flag (#27) --- commands/push.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/push.js b/commands/push.js index b333b17..89b201e 100644 --- a/commands/push.js +++ b/commands/push.js @@ -55,7 +55,8 @@ function* push(context, heroku) { context, heroku, nullKeys, - 'Successfully deleted unused settings from Heroku!' + 'Successfully deleted unused settings from Heroku!', + pullUrl ) } }