Skip to content

Commit

Permalink
chore: refactor git warn
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jan 14, 2023
1 parent 61cf503 commit 7dd14fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/git/url.ts
Expand Up @@ -41,7 +41,7 @@ export function getRemoteUrlWithToken(url: string, hostType?: string): string {
try {
coercedUrl = getHttpUrl(url);
} catch {
logger.warn(`Attempting to use non-git url '${url}' for git operations`);
logger.warn({ url }, `Attempting to use non-git url for git operations`);

coercedUrl = url;
}
Expand Down

0 comments on commit 7dd14fa

Please sign in to comment.