Skip to content
Snippets Groups Projects
Unverified Commit 6fcd7d5d authored by Leroy Korterink's avatar Leroy Korterink Committed by GitHub
Browse files

fix: Update custom config file parse error (#26914)

parent 4e379634
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ export async function getConfig(env: NodeJS.ProcessEnv): Promise<AllConfig> {
logger.fatal(err.message);
process.exit(1);
} else if (env.RENOVATE_CONFIG_FILE) {
logger.fatal('No custom config file found on disk');
logger.fatal('Error parsing config file');
process.exit(1);
}
// istanbul ignore next: we can ignore this
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment