summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-03 23:49:24 -0600
committerJeff Carr <[email protected]>2025-03-03 23:49:24 -0600
commit7364eb1ebfe2e683690a5db1f3445df3d0134e84 (patch)
treed12433716d0c354126fbd616a54c1004ac0edd75 /structs.go
parent2dc7e87e96923eb27cc99dcb72fd01f652ea7fe8 (diff)
switch to GenericWindow()
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 8ae09b1..bbc7e70 100644
--- a/structs.go
+++ b/structs.go
@@ -55,7 +55,7 @@ type mainType struct {
goSrcPwd *gadgets.OneLiner // what is being used as primary directory for your work
gitAuthor *gadgets.OneLiner // ENV GIT_AUTHOR NAME and EMAIL
- forgeMode *gadgets.OneLiner // is the user in 'master', 'devel' or 'user' branches
+ forgeMode *gui.Node // is the user in 'master', 'devel' or 'user' branches
// these hold the branches that the user can switch all
// the repositories to them