Skip to content

Commit

Permalink
ci: minor fix in console statement (asyncapi#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
14Richa authored Aug 10, 2023
1 parent c673f0d commit 9a3173e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
// If the PR is made by the bot.
if (author === 'asyncapi-bot') {
console.log('Changes made by asyncapi-bot)
console.log('Changes made by asyncapi-bot')
const removedMaintainers = mainFile.filter(
(mainMaintainer) => !prFile.some((maintainer) => mainMaintainer.github === maintainer.github)
Expand Down

0 comments on commit 9a3173e

Please sign in to comment.