Skip to content

Commit f417eb3

Browse files
committed
fix(brew): update brew script to use correct profile
1 parent 8866570 commit f417eb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release/scripts/homebrew.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ async function uploadToS3(file) {
7474
})
7575
fileStream.on('open', () => {
7676
const credentials = new AWS.SharedIniFileCredentials({
77-
profile: 'autocloud-iac',
77+
profile: 'cloudgraph-iac',
7878
callback: err => {
7979
if (err) {
80-
console.log('No credentials found for profile autocloud-iac')
80+
console.log('No credentials found for profile cloudgraph-iac')
8181
console.log(err)
8282
}
8383
},

0 commit comments

Comments
 (0)