diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
