Skip to content

Commit 05c714f

Browse files
becuase we list the checks at the end
1 parent e366e45 commit 05c714f

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
@@ -382,7 +382,7 @@ function Invoke-DbcCheck {
382382
# If all elements of $check are in $notv5, then $comparisonResult will be either $null or only contain differences where SideIndicator is '=>'
383383

384384
if (($comparisonResult | Where-Object SideIndicator -EQ '<=').Count -eq 0) {
385-
$Message = "The checks that you are running {0} are yet to be converted to v5 unfortunately. We cannot continue. Please use the legacy switch"
385+
$Message = "The checks that you are running are yet to be converted to v5 unfortunately. We cannot continue. Please use the legacy switch"
386386
Write-PSFMessage -Message $Message -Level Warning
387387
Return
388388
}

0 commit comments

Comments
 (0)