Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

Commit 9c4b605

Browse files
committed
Fix copy pasta in CDN cache clearance key
1 parent 514eaa0 commit 9c4b605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cdn-upload

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const upload = (localPath, remotePath) => {
3131

3232
const invalidate = (paths) => {
3333
console.log(`invaliding CloudFront cache for the following objects:\n${paths.join('\n')}`)
34-
return promisify(cfClient.createInvalidation.bind(cfClient))('E205JDPNKONLN7', `bugsnag-react@${version}`, paths)
34+
return promisify(cfClient.createInvalidation.bind(cfClient))('E205JDPNKONLN7', `bugsnag-vue@${version}`, paths)
3535
}
3636

3737
const run = async () => {

0 commit comments

Comments
 (0)