We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 921f790 + a1dfdd6 commit 31fe74eCopy full SHA for 31fe74e
1 file changed
src/GitLab.VisualStudio/Services/GitAnalysis.cs
@@ -63,7 +63,7 @@ public string GetGitLabTargetPath(GitLabUrlType urlType)
63
64
case GitLabUrlType.Master:
65
default:
66
- return repository.Head.FriendlyName.Replace("origin/", "");
+ return "master";
67
}
68
69
@@ -174,4 +174,4 @@ public void Dispose()
174
Dispose(false);
175
176
177
-}
+}
0 commit comments