summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-01-28 16:21:27 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-01-28 16:21:27 +0100
commite13a0c26b3a1bdf2435cdfd6722d5b1730ded952 (patch)
treeda7d294903091adb0aba5033957888a74db6200e
parentb00e25a717ab95a46e8dfb6a60651c2dcc9a2409 (diff)
downloadPROJ-data-e13a0c26b3a1bdf2435cdfd6722d5b1730ded952.tar.gz
PROJ-data-e13a0c26b3a1bdf2435cdfd6722d5b1730ded952.zip
sync_to_cdn.sh: fix
-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"