summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-16 13:32:12 -0500
committerJeff Carr <[email protected]>2025-10-16 13:32:12 -0500
commit2006b968539824fdb3177bd78f530de45fb9283f (patch)
treea0a7801cfe3544f3f6efab0a38526dcb9675872e /structs.go
parent0f61a5c9aa790b73662ea629c955f47a23c878f1 (diff)
fix name. better home
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 3f22337..90f2013 100644
--- a/structs.go
+++ b/structs.go
@@ -8,7 +8,7 @@ import (
"go.wit.com/lib/debian"
"go.wit.com/lib/fhelp"
- "go.wit.com/lib/gui/prep"
+ "go.wit.com/lib/protobuf/argvpb"
"go.wit.com/lib/protobuf/forgepb"
"go.wit.com/lib/protobuf/zoopb"
)
@@ -18,7 +18,7 @@ var me *mainType
// this app's variables
type mainType struct {
once sync.Once // one-time initialized data
- sh *prep.Auto // more experiments for bash handling
+ sh *argvpb.Argv // more experiments for bash handling
forge *forgepb.Forge // your customized repo preferences and settings
machine *zoopb.Machine // your customized repo preferences and settings
homedir string // where the user homedir is