Skip to content

Commit c8111ed

Browse files
so that the new pipeline will run
1 parent f849cff commit c8111ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/checks/Instancev5.Tests.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Gather the instances we know are not contactable
44

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

0 commit comments

Comments
 (0)