diff options
| author | Jeff Carr <[email protected]> | 2024-01-03 12:40:31 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-03 12:40:31 -0600 |
| commit | 3be643036f81c364bda7d5b7502da2932a54a608 (patch) | |
| tree | 38d2b345fa514b2330d33b757330dea3bd3ccee6 /hostname.go | |
| parent | f332c0eaf6e2a0a858f2ef8fe6ff064ed2543221 (diff) | |
fixed stuff
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'hostname.go')
| -rw-r--r-- | hostname.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hostname.go b/hostname.go index 81aa136..9a01b35 100644 --- a/hostname.go +++ b/hostname.go @@ -7,7 +7,7 @@ import ( "go.wit.com/log" "go.wit.com/shell" - "go.wit.com/control-panel-dns/cloudflare" + "go.wit.com/gui/cloudflare" "github.com/miekg/dns" // will try to get this hosts FQDN |
