Skip to content

Commit

Permalink
Update lib/manager/npm/extract/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
  • Loading branch information
rarkins and HonkingGoose committed Apr 6, 2021
1 parent eb88a5e commit 725e585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manager/npm/extract/index.ts
Expand Up @@ -102,7 +102,7 @@ export async function extractPackageFile(
} else {
npmrc = npmrcContent;
if (npmrc?.includes('package-lock')) {
logger.debug('Stripping package-lock setting from npmrc');
logger.debug('Stripping package-lock setting from .npmrc');
npmrc = npmrc.replace(/(^|\n)package-lock.*?(\n|$)/g, '\n');
}
if (npmrc.includes('=${') && !getAdminConfig().exposeAllEnv) {
Expand Down

0 comments on commit 725e585

Please sign in to comment.