Skip to content

Commit

Permalink
so that we use hte variable #933 #934
Browse files Browse the repository at this point in the history
  • Loading branch information
SQLDBAWithABeard committed Apr 5, 2023
1 parent e47b542 commit 40bf020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/functions/Get-DbcCheck.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function Get-DbcCheck {
}
}
} else {
$output = [System.IO.File]::ReadAllText("$script:localapp/checks.json" ) | ConvertFrom-Json
$output = [System.IO.File]::ReadAllText($checksfile) | ConvertFrom-Json
}
if ($Group) {
$output = @($output).ForEach{
Expand Down

0 comments on commit 40bf020

Please sign in to comment.