- v{{ version }}
+ {{ version }}
Julian Poyourow
diff --git a/scripts/deploy/push_static_s3.sh b/scripts/deploy/push_static_s3.sh
index 44275eb28..faf95069d 100755
--- a/scripts/deploy/push_static_s3.sh
+++ b/scripts/deploy/push_static_s3.sh
@@ -22,7 +22,7 @@ sync_to_s3 () {
aws s3 sync $DIR s3://chefbook-static/frontend/$TAG/ \
--acl public-read \
- --cache-control "Cache-Control:max-age=${CACHE_AGE}, must-revalidate"
+ --cache-control "max-age=${CACHE_AGE}, must-revalidate"
}
# Push to tagged path