Skip to content

Commit fcab7db

Browse files
so that we dont have the additional output for v5 Add Pester V5 Instance Level Checks #882
1 parent 0d70a3c commit fcab7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/functions/Invoke-DbcCheck.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ function Invoke-DbcCheck {
386386
$null = $PSBoundParameters.Remove('legacy')
387387
$null = $PSBoundParameters.Remove('Show')
388388
$null = $PSBoundParameters.Remove('PassThru')
389-
Write-PSFMessage -Message ($PSBoundParameters | Out-String) -Level Significant
389+
Write-PSFMessage -Message ($PSBoundParameters | Out-String) -Level Verbose
390390
Invoke-DbcCheckv5 @PSBoundParameters -configuration $configuration
391391
}
392392
}

0 commit comments

Comments
 (0)