Skip to content

Commit fb1744f

Browse files
authored
removing invalid flag from clear cache command (#1675)
1 parent 793644e commit fb1744f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/heroku-release-phase.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ echo "-----> Generating cache tables"
2424
python $MANAGE_FILE createcachetable 2>&1 | indent
2525

2626
# clear cache entries
27-
python $MANAGE_FILE clear_cache --noinput 2>&1 | indent
27+
python $MANAGE_FILE clear_cache 2>&1 | indent

0 commit comments

Comments
 (0)