Skip to content

Commit

Permalink
so that the new pipeline will run
Browse files Browse the repository at this point in the history
  • Loading branch information
SQLDBAWithABeard committed Dec 13, 2023
1 parent f849cff commit c8111ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/checks/Instancev5.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Gather the instances we know are not contactable

BeforeDiscovery {
# Gather the instances we know are not contactable
# Gather the instances we know are not contactable
[string[]]$NotContactable = (Get-PSFConfig -Module dbachecks -Name global.notcontactable).Value
# Get all the tags in use in this run
$Tags = Get-CheckInformation -Check $Check -Group Instance -AllChecks $AllChecks -ExcludeCheck $ChecksToExclude
Expand Down

0 comments on commit c8111ed

Please sign in to comment.