We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9ab7d commit 501afd3Copy full SHA for 501afd3
sync/sync-to-prod-all.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
# Syncs every release at once (hardcoded)
3
4
-if [ -f "sync-to-prod.sh" ]; then
+if [ ! -f "sync-to-prod.sh" ]; then
5
echo "Sync to prod script not in PWD."
6
exit 1
7
fi
0 commit comments