From 69bcf75976450d9793723fcb53a5d05b2b6b189a Mon Sep 17 00:00:00 2001 From: shankar ambady Date: Thu, 10 Oct 2024 12:18:50 -0400 Subject: [PATCH] removing invalid flag from clear cache command --- scripts/heroku-release-phase.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/heroku-release-phase.sh b/scripts/heroku-release-phase.sh index ba07b4711a..3faa254fe7 100755 --- a/scripts/heroku-release-phase.sh +++ b/scripts/heroku-release-phase.sh @@ -24,4 +24,4 @@ echo "-----> Generating cache tables" python $MANAGE_FILE createcachetable 2>&1 | indent # clear cache entries -python $MANAGE_FILE clear_cache --noinput 2>&1 | indent +python $MANAGE_FILE clear_cache 2>&1 | indent