Skip to content

Commit

Permalink
update extension name
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardwolff committed Jan 6, 2025
1 parent 12d3315 commit 5f2636e
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
@@ -1,5 +1,5 @@
CURRENT_VERSION=$(node tools/attribute.js version)
EXTENSION_NAME="auth0-account-link-extension"
EXTENSION_NAME="auth0-account-link"

CDN_EXISTS=$(aws s3 ls s3://assets.us.auth0.com/extensions/$EXTENSION_NAME/assets/ | grep "link.$CURRENT_VERSION.min.css")
ADMIN_CDN_EXISTS=$(aws s3 ls s3://assets.us.auth0.com/extensions/$EXTENSION_NAME/assets/ | grep "admin.$CURRENT_VERSION.min.css")
Expand Down

0 comments on commit 5f2636e

Please sign in to comment.