Skip to content

Commit 73c7a21

Browse files
committed
Merge branch 'fix/homebrew-update-brew-script' into 'master'
fix(brew): update brew script to use correct profile See merge request auto-cloud/cloudgraph/cli!206
2 parents 6873147 + f417eb3 commit 73c7a21

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)