bug: typo
This commit is contained in:
parent
d13c71d1f6
commit
db472df764
|
|
@ -53,7 +53,7 @@ function checkConfiguration() {
|
|||
Logger.warn(issue, 'Configuration issue')
|
||||
}
|
||||
|
||||
Logger.warn("Configuration issues found: " + checker.getIssuesCount() + ". You run run `npm run command config:check` to quickly check again.")
|
||||
Logger.warn("Configuration issues found: " + checker.getIssuesCount() + ". You can run `npm run command config:check` to quickly check again.")
|
||||
} else {
|
||||
Logger.log("Configuration check completed without any issues.")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue