Skip to content

Commit 501afd3

Browse files
committed
fix if logic in sync
1 parent 7f9ab7d commit 501afd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync/sync-to-prod-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# Syncs every release at once (hardcoded)
33

4-
if [ -f "sync-to-prod.sh" ]; then
4+
if [ ! -f "sync-to-prod.sh" ]; then
55
echo "Sync to prod script not in PWD."
66
exit 1
77
fi

0 commit comments

Comments
 (0)