From 695358aa0ccbf52c32be694586b6c478ac10a155 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Thu, 14 May 2020 07:22:25 -0600 Subject: [PATCH] test against 6.7 errata --- errata_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errata_test.go b/errata_test.go index 5cba56d..28906fd 100644 --- a/errata_test.go +++ b/errata_test.go @@ -5,7 +5,7 @@ import ( ) func TestParseErrata(t *testing.T) { - got, err := ParseRemoteErrata("http://ftp.openbsd.org/pub/OpenBSD/patches/6.6/common/") + got, err := ParseRemoteErrata("http://ftp.openbsd.org/pub/OpenBSD/patches/6.7/common/") if err != nil { t.Error(err) }