summaryrefslogtreecommitdiff
path: root/unix.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-15 15:09:47 -0600
committerJeff Carr <[email protected]>2024-01-15 15:09:47 -0600
commitff0524340d6bf380e0575bb9a04f162da35b0fc6 (patch)
tree27c84530b185b6b6f87190eef4aeb3c323e7156a /unix.go
parent8ddc35e1985cdb2411eb25faead86d631421a6ab (diff)
use 'lib'
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'unix.go')
-rw-r--r--unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix.go b/unix.go
index 156e764..d881e54 100644
--- a/unix.go
+++ b/unix.go
@@ -4,7 +4,7 @@ import (
"strings"
"go.wit.com/log"
- "go.wit.com/gui/tools/repostatus"
+ "go.wit.com/gui/lib/repostatus"
)
var repopath string = "/home/jcarr/"