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.
2 parents 5815900 + 31fe74e commit 19a585aCopy full SHA for 19a585a
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