Skip to content

Commit 89d996a

Browse files
committed
(split from main repo) Deprecate GitModule.RunGitCmd
1 parent cee8b85 commit 89d996a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GerritUtil.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static Uri GetFetchUrl(IGitModule module, string remote)
3131
remote.QuoteNE()
3232
};
3333

34-
string remotes = module.RunGitCmd(args);
34+
string remotes = module.GitExecutable.GetOutput(args);
3535

3636
string fetchUrlLine = remotes.Split('\n').Select(p => p.Trim()).First(p => p.StartsWith("Push"));
3737

0 commit comments

Comments
 (0)