summaryrefslogtreecommitdiff
path: root/fix.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-15 17:22:51 -0600
committerJeff Carr <[email protected]>2024-01-15 17:22:51 -0600
commitdb86b09070f2ffd69dda9354aff7c9383739a8e0 (patch)
tree276c44f3d8d4f9673850c273d402375cac2d3d8e /fix.go
parent0fcbdca8965cf97c0261b79a6e04e71b729f66b3 (diff)
move linuxstatus into separate repov0.12.3
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'fix.go')
-rw-r--r--fix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/fix.go b/fix.go
index 4d71087..efaa4d9 100644
--- a/fix.go
+++ b/fix.go
@@ -3,7 +3,7 @@ package main
import (
"go.wit.com/log"
- "go.wit.com/gui/cloudflare"
+ "go.wit.com/gui/lib/cloudflare"
"go.wit.com/apps/control-panel-dns/smartwindow"
)