Skip to content

Commit d3a33f4

Browse files
fix tabbing
1 parent e30711c commit d3a33f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

master_deploy.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -649,12 +649,12 @@ deploy_s3bucket() {
649649
cat /etc/mime.types | grep -i map
650650
cat /etc/mime.types | grep -i ttf
651651
if [ "$CFCACHE" = "true" ]; then
652-
# caching is enabled, so set the cache control's max age
653-
S3_CACHE_OPTIONS="--cache-control max-age=0,s-maxage=86400"
652+
# caching is enabled, so set the cache control's max age
653+
S3_CACHE_OPTIONS="--cache-control max-age=0,s-maxage=86400"
654654
echo "*** Deploying with Cloudfront Cache enabled ***"
655655
else
656-
# caching is disabled, so set the cache control to never cache
657-
S3_CACHE_OPTIONS="--cache-control private,no-store,no-cache,must-revalidate,max-age=0"
656+
# caching is disabled, so set the cache control to never cache
657+
S3_CACHE_OPTIONS="--cache-control private,no-store,no-cache,must-revalidate,max-age=0"
658658
echo "*** Deploying with Cloudfront Cache disabled ***"
659659
fi
660660

0 commit comments

Comments
 (0)