We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b77ba0 commit 80910d4Copy full SHA for 80910d4
‎scripts/tests/PSScriptAnalyzer/PSScriptAnalyzer.Tests.ps1‎
@@ -111,9 +111,9 @@ Describe 'PSScriptAnalyzer' {
111
}
112
113
$logMessage = if ($hasSettingsFile) {
114
- "Invoke-ScriptAnalyzer -Path [$relativePath] -Recurse -Settings [$relativeSettingsFilePath]"
+ "Invoke-ScriptAnalyzer -Path '$relativePath' -Recurse -Settings '$relativeSettingsFilePath'"
115
} else {
116
- "Invoke-ScriptAnalyzer -Path [$relativePath] -Recurse (using default settings)"
+ "Invoke-ScriptAnalyzer -Path '$relativePath' -Recurse (using default settings)"
117
118
119
LogGroup $logMessage {
0 commit comments