From 279de6a1195adb739a8d1f2afb445b68793b28b8 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Sun, 2 Jun 2024 08:29:49 +0200 Subject: chore: Remove dash in project name To be consistent with naming of the tools in cmd/. --- pkg/policy/wildcard.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/policy/wildcard.go') diff --git a/pkg/policy/wildcard.go b/pkg/policy/wildcard.go index abea841..c67e1d9 100644 --- a/pkg/policy/wildcard.go +++ b/pkg/policy/wildcard.go @@ -6,7 +6,7 @@ import ( "strings" "time" - "rgdd.se/silent-ct/pkg/crtutil" + "rgdd.se/silentct/pkg/crtutil" ) // Wildcards implement the monitor.Matcher interface for a list of wildcards. -- cgit v1.2.3