We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 069d02f commit 9320a74Copy full SHA for 9320a74
Tests/Rules/UseCorrectCasing.tests.ps1
@@ -31,7 +31,7 @@ Describe "UseCorrectCasing" {
31
$applicationPath = '. /bin/ls'
32
}
33
else {
34
- $applicationPath = 'C:\Windows\System32\cmd.exe'
+ $applicationPath = "${env:WINDIR}\System32\cmd.exe"
35
36
Invoke-Formatter ". $applicationPath" | Should -Be ". $applicationPath"
37
0 commit comments