diff --git a/Frontend/src/app/app.component.html b/Frontend/src/app/app.component.html index 30e2f5a71..e76fd38cc 100644 --- a/Frontend/src/app/app.component.html +++ b/Frontend/src/app/app.component.html @@ -33,7 +33,7 @@

- 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