Skip to content

Commit 19a585a

Browse files
committed
2 parents 5815900 + 31fe74e commit 19a585a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitLab.VisualStudio/Services/GitAnalysis.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public string GetGitLabTargetPath(GitLabUrlType urlType)
6363

6464
case GitLabUrlType.Master:
6565
default:
66-
return repository.Head.FriendlyName.Replace("origin/", "");
66+
return "master";
6767
}
6868
}
6969

@@ -174,4 +174,4 @@ public void Dispose()
174174
Dispose(false);
175175
}
176176
}
177-
}
177+
}

0 commit comments

Comments
 (0)