chore: capitalize brandname in log message (#20950)

This commit is contained in:
HonkingGoose 2023-03-15 12:52:30 +01:00 committed by GitHub
parent 62e91aff40
commit 54cae9ea4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');