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 e366e45 commit 05c714fCopy full SHA for 05c714f
source/functions/Invoke-DbcCheck.ps1
@@ -382,7 +382,7 @@ function Invoke-DbcCheck {
382
# If all elements of $check are in $notv5, then $comparisonResult will be either $null or only contain differences where SideIndicator is '=>'
383
384
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"
+ $Message = "The checks that you are running are yet to be converted to v5 unfortunately. We cannot continue. Please use the legacy switch"
386
Write-PSFMessage -Message $Message -Level Warning
387
Return
388
}
0 commit comments