Skip to content

Commit

Permalink
Update Configure.Ssg.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jul 3, 2023
1 parent ee102ed commit 86c7dbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MyApp/Configure.Ssg.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ public void Configure(IWebHostBuilder builder) => builder
if (gitConfig.Exists)
{
var txt = gitConfig.ReadAllText();
Console.WriteLine("gitConfig:");
Console.WriteLine(txt);
var pos = txt.IndexOf("url = ", StringComparison.Ordinal);
if (pos >= 0)
{
Expand Down

0 comments on commit 86c7dbf

Please sign in to comment.