Skip to content

Commit

Permalink
Fix typo in Wdac.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
cschneegans committed Nov 26, 2024
1 parent 91c38f0 commit 96604dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modifier/Wdac.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ void NewPathRule(string path, RuleType type)
} catch {
$_;
}
) *>&1 | Out-File -Append -FilePath 'C:\Windows\Setup\Scripts\Wdac.log"';
) *>&1 | Out-File -Append -FilePath 'C:\Windows\Setup\Scripts\Wdac.log';
""");

string ps1File = @"C:\Windows\Setup\Scripts\Wdac.ps1";
Expand Down

0 comments on commit 96604dd

Please sign in to comment.