Skip to content

Commit f937538

Browse files
committed
fix(brew): update logger func
1 parent 897e325 commit f937538

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release/scripts/homebrew.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async function uploadToS3(file) {
8282
profile: 'autocloud-iac',
8383
callback: (err) => {
8484
if (err) {
85-
this.logger.error(`No credentials found for profile ${profile}`)
85+
console.log('No credentials found for profile autocloud-iac')
8686
}
8787
},
8888
})

0 commit comments

Comments
 (0)