Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit b539b8c

Browse files
authored
Merge pull request #1036 from alphagov/fix-deploy-staging
Fix the deploy script for staging condition
2 parents 6a52911 + e6e844b commit b539b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ then
5959
CF_ENV='staging'
6060
fi
6161

62-
if [[ $CF_ENV == 'staging']]
62+
if [[ $CF_ENV == 'staging' ]]
6363
then
6464
CF_SPACE="$CF_SPACE-staging"
6565
fi

0 commit comments

Comments
 (0)