Skip to content

Commit

Permalink
fix: logger for a successful ES-Check run changed from error log to i…
Browse files Browse the repository at this point in the history
…nfo log
  • Loading branch information
nicholashza committed Jan 12, 2021
1 parent c328d04 commit 96f0d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ prog
})
process.exit(1)
}
logger.error(`ES-Check: there were no ES version matching errors! 🎉`)
logger.info(`ES-Check: there were no ES version matching errors! 🎉`)
})

prog.parse(argsArray)

0 comments on commit 96f0d9c

Please sign in to comment.