Skip to content

Commit d26dfd4

Browse files
committed
Update Program.cs
1 parent 0e7a05d commit d26dfd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/Generator/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ await File.WriteAllTextAsync(Path.Combine(examples,"description.json"),
154154

155155
long nr = await m.GenerateMSFT();
156156
Console.WriteLine("RSCG used by MSFT :" + nr);
157-
var lastGenerator = "SG4MVC";
157+
var lastGenerator = "Finch.Generators";
158158

159159
await m.WrotePost(lastGenerator);
160160
await m.WroteDocusaurusAll(lastGenerator);

0 commit comments

Comments
 (0)