From e13a0c26b3a1bdf2435cdfd6722d5b1730ded952 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 28 Jan 2020 16:21:27 +0100 Subject: sync_to_cdn.sh: fix --- sync_to_cdn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3