From 3c3c58ea60d6608eaa5ba7258330d19440e35e7f Mon Sep 17 00:00:00 2001 From: Bernard Wolff <2744510+bernardwolff@users.noreply.github.com> Date: Tue, 7 Jan 2025 21:09:04 +0000 Subject: [PATCH] fix small typo --- tools/cdn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cdn.sh b/tools/cdn.sh index 341bbb1..e73293b 100755 --- a/tools/cdn.sh +++ b/tools/cdn.sh @@ -20,7 +20,7 @@ else fi if [ ! -z "$ADMIN_CDN_EXISTS" ]; then - echo "There is already a admin.$CURRENT_VERSION.min.css in the cdn of. Skipping cdn publish…" + echo "There is already a admin.$CURRENT_VERSION.min.css in the cdn. Skipping cdn publish…" else aws s3 cp dist/assets/admin.$CURRENT_VERSION.min.css s3://assets.us.auth0.com/extensions/$EXTENSION_NAME/assets/admin.$CURRENT_VERSION.min.css --region us-west-1 --cache-control "max-age=86400" --acl public-read echo "admin.$CURRENT_VERSION.min.css uploaded to the cdn"