summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsync_to_cdn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync_to_cdn.sh b/sync_to_cdn.sh
index e8b8269..46191f2 100755
--- a/sync_to_cdn.sh
+++ b/sync_to_cdn.sh
@@ -11,4 +11,4 @@ aws s3 cp ol.js "$TARGET" --profile projcdn
aws s3 cp ol.css "$TARGET" --profile projcdn
aws s3 cp index.html "$TARGET" --profile projcdn --content-type "text/html"
aws s3 cp files.geojson "$TARGET" --profile projcdn --content-type "application/geo+json"
-aws s3 cp README.DATUMGRID "$TARGET" --profile projcdn --content-type "text/plain"
+aws s3 cp README.DATA "$TARGET" --profile projcdn --content-type "text/plain"