Skip to content

Commit

Permalink
Update WizardGen.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Mar 11, 2024
1 parent 26b4b79 commit 0c78d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Verify.Tests/Wizard/WizardGen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public async Task Run()
wizardDir = Path.Combine(repoRoot, "docs", "mdsource", "wiz");
Directory.CreateDirectory(wizardDir);
//PurgeDirectory(wizardDir);
var wizardRealDir = Path.Combine(repoRoot, "docs", "wiz");
//var wizardRealDir = Path.Combine(repoRoot, "docs", "wiz");
//PurgeDirectory(wizardRealDir);
var sourceFile = Path.Combine(wizardDir, "readme.source.md");
var builder = new StringBuilder(
Expand Down

0 comments on commit 0c78d77

Please sign in to comment.