Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunet committed Dec 18, 2024
1 parent 109be0f commit b1b1635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/poetry/artifacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ async function getMatchingHostRule(url: string | undefined): Promise<HostRule> {
password: accessToken,
};
}
logger.once.debug(`Could not get Google access token (url=${url)`);
logger.once.debug(`Could not get Google access token (url=${url})`);
}

return {};
Expand Down

0 comments on commit b1b1635

Please sign in to comment.