Skip to content

Commit

Permalink
use git provider in link to target proper place (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
D-B-Hawk authored Jan 18, 2024
1 parent a4a15f9 commit 66d2842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/createGitOrgErrorMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function createGitOrgErrorMessage(args: {

const gitStringAddition = args.git === GitProvider.GITHUB ? 'Hub' : 'Lab';

return `Git${gitStringAddition} organization <a href="https://github.com/${args.gitOwner}" target="_blank"><strong>${args.gitOwner}</strong></a>
return `Git${gitStringAddition} organization <a href="https://${args.git}.com/${args.gitOwner}" target="_blank"><strong>${args.gitOwner}</strong></a>
already has ${str1} named either <strong>${str2}</strong> and/or <strong>${str3}</strong>.
Please remove or rename to continue.`;
}

0 comments on commit 66d2842

Please sign in to comment.