Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 470bdc6

Browse files
committed
Style change
1 parent 191203c commit 470bdc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OperationValidation/Public/Invoke-OperationValidation.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ function Invoke-OperationValidation {
249249
$pesterParams.Show = 'None'
250250
}
251251
} else {
252-
$pesterParams.Quiet = !$IncludePesterOutput
252+
$pesterParams.Quiet = -not $IncludePesterOutput
253253
}
254254

255255
if ($ti.ScriptParameters) {

0 commit comments

Comments
 (0)