Skip to content

Commit

Permalink
fix(helmfile): revert double logging packageName
Browse files Browse the repository at this point in the history
  • Loading branch information
pathob committed Dec 5, 2023
1 parent 80ba2d0 commit bfa067a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/helmfile/extract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export async function extractPackageFile(
} catch (err) {
logger.debug(
{ err, packageFile },
`Failed to parse helmfile ${packageFile}`,
'Failed to parse helmfile helmfile.yaml',
);
return null;
}
Expand Down

0 comments on commit bfa067a

Please sign in to comment.