Skip to content

Commit 4d599f6

Browse files
author
wafuwafu13
committed
fix comment
1 parent 81a4c29 commit 4d599f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

check-dns/lib/check_dns.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ func (opts *dnsOpts) run() *checkers.Checker {
8181
if DNS server return 1.1.1.1, 2.2.2.2
8282
1: -e 1.1.1.1 -e 2.2.2.2 -> OK
8383
2: -e 1.1.1.1 -e 2.2.2.2 -e 3.3.3.3 -> WARNING
84-
3: -e 1.1.1.1 -e -> WARNING
84+
3: -e 1.1.1.1 -> WARNING
8585
4: -e 1.1.1.1 -e 3.3.3.3 -> WARNING
86-
5: -e 3.3.3.3 -e -> CRITICAL
86+
5: -e 3.3.3.3 -> CRITICAL
8787
6: -e 3.3.3.3 -e 4.4.4.4 -e 5.5.5.5 -> CRITICAL
8888
**/
8989
if len(opts.ExpectedString) != 0 {

0 commit comments

Comments
 (0)