Skip to content

Commit

Permalink
fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardwolff authored Jan 7, 2025
1 parent 96b300a commit 3c3c58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cdn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3c3c58e

Please sign in to comment.