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/. --- cmd/silentct-mon/examples.help2man | 2 +- cmd/silentct-mon/main.go | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'cmd/silentct-mon') diff --git a/cmd/silentct-mon/examples.help2man b/cmd/silentct-mon/examples.help2man index 3fc76ff..33cb583 100644 --- a/cmd/silentct-mon/examples.help2man +++ b/cmd/silentct-mon/examples.help2man @@ -16,7 +16,7 @@ A basic configuration is shown below. { "name": "example.org", "secret": "sikritpassword", - "url": "https://www.example.org/silent-ct/allowlist", + "url": "https://www.example.org/silentct/allowlist", "issues": [ "example.org", "www.example.org" diff --git a/cmd/silentct-mon/main.go b/cmd/silentct-mon/main.go index 2cb325a..e2ecdb7 100644 --- a/cmd/silentct-mon/main.go +++ b/cmd/silentct-mon/main.go @@ -13,13 +13,13 @@ import ( "syscall" "time" - "rgdd.se/silent-ct/internal/feedback" - "rgdd.se/silent-ct/internal/flagopt" - "rgdd.se/silent-ct/internal/ioutil" - "rgdd.se/silent-ct/internal/logger" - "rgdd.se/silent-ct/internal/manager" - "rgdd.se/silent-ct/internal/monitor" - "rgdd.se/silent-ct/pkg/policy" + "rgdd.se/silentct/internal/feedback" + "rgdd.se/silentct/internal/flagopt" + "rgdd.se/silentct/internal/ioutil" + "rgdd.se/silentct/internal/logger" + "rgdd.se/silentct/internal/manager" + "rgdd.se/silentct/internal/monitor" + "rgdd.se/silentct/pkg/policy" ) const usage = ` -- cgit v1.2.3