Skip to content

Commit 1bedb1f

Browse files
committed
c
1 parent d1d0925 commit 1bedb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipeline/Build.Wiki.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public partial class Build
8686
ctx.Git($"config --local user.name \"{BotName:nq}\"");
8787
ctx.Git($"config --local user.email \"{BotEmail:nq}\"");
8888
var url = WikiRepository.GetAuthenticatedHttpsUrl(new AuthenticationDetails(BotName,GitHubActions.NotNull().Token.NotNullOrWhiteSpace()));
89-
ctx.Git($"git remote set-url origin {url}");
89+
ctx.Git($"remote set-url origin {url}");
9090
WikiGitContext = ctx;
9191
Log.Information("Initialized git repository configuration for {@Repository}",WikiRepository);
9292
});

0 commit comments

Comments
 (0)