From 78d7976b965970aa567ef9187c3abd117c41834d Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Tue, 29 Oct 2024 12:34:42 +0530 Subject: [PATCH] Fix recreate-on-deploy flag in deploy command --- scripts/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run.sh b/scripts/run.sh index f759f7b..f05b009 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -165,7 +165,7 @@ while true; do --config-upload-dir "$UPLOAD_DIRECTORY" \ --private-key-file "$OPENPGP_PRIVATE_KEY_FILE" \ --private-key-passphrase "$OPENPGP_PASSPHRASE" \ - --recreate-on-deploy true \ + --recreate-on-deploy \ $AUCTION_OPTS \ $LOG_OPTS \ $EXTRA_DEPLOY_OPTS \