mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
chore: capitalize brandname in log message (#20950)
This commit is contained in:
parent
62e91aff40
commit
54cae9ea4b
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ process.on('unhandledRejection', (err) => {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.info('* fetching open github issues');
|
logger.info('* fetching open GitHub issues');
|
||||||
const openItems = await getOpenGitHubItems();
|
const openItems = await getOpenGitHubItems();
|
||||||
|
|
||||||
logger.info('* platforms');
|
logger.info('* platforms');
|
||||||
|
|
Loading…
Reference in a new issue