1
1
Fork 1

Check for prod.

This commit is contained in:
Derek Smith 2024-02-09 11:33:01 -05:00
parent ea7bd1d42c
commit 10801851c7
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ SS_CACHE_PATH="$SS_ROOT_PATH/cache"
if echo "$CURRENT_REMOTE" | grep -q "production"; then
if echo "$CURRENT_REMOTE" | grep -q "prod"; then
echo "WARNING: You are running a migration procedure on a production system."
echo ""