We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6873147 + f417eb3 commit 73c7a21Copy full SHA for 73c7a21
1 file changed
release/scripts/homebrew.js
@@ -74,10 +74,10 @@ async function uploadToS3(file) {
74
})
75
fileStream.on('open', () => {
76
const credentials = new AWS.SharedIniFileCredentials({
77
- profile: 'autocloud-iac',
+ profile: 'cloudgraph-iac',
78
callback: err => {
79
if (err) {
80
- console.log('No credentials found for profile autocloud-iac')
+ console.log('No credentials found for profile cloudgraph-iac')
81
console.log(err)
82
}
83
},
0 commit comments