Skip to content

Commit 53df279

Browse files
committed
fixup! fix: create DB cache whenever required
1 parent 707950a commit 53df279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/runmigration

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ fi
7474
migrate
7575

7676
# Create a dump if required
77-
if [ "$CREATE_DB_CACHE" == "true" ]; then
77+
if [ "$CREATE_DB_CACHE" = "true" ]; then
7878
echo "Save DB to cache $CACHED_DUMP 🐘⮕ 📦"
7979
mkdir -p "$CACHE_DIR"
8080
pg_dump -Fp -O -f "$CACHED_DUMP"

0 commit comments

Comments
 (0)