We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git
1 parent 012a16d commit b3ff3e3Copy full SHA for b3ff3e3
src/git/util/get-tool-url.ts
@@ -53,7 +53,7 @@ const gitOriginHostname = ({
53
export const gitRemotePath = (
54
remote: string,
55
): string | ((index?: string) => string) => {
56
- if (/^[a-z]+?@/.test(remote)) {
+ if (/^[a-z0-9-]+?@/.test(remote)) {
57
const [, path] = split(remote, ":");
58
return (index = ""): string => {
59
if (index === "") {
0 commit comments