summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/structs.go b/structs.go
index 64926fc..39840c3 100644
--- a/structs.go
+++ b/structs.go
@@ -6,7 +6,7 @@ package main
import (
"go.wit.com/dev/alexflint/arg"
"go.wit.com/gui"
- "go.wit.com/lib/ENV"
+ "go.wit.com/lib/env"
"go.wit.com/lib/fhelp"
"go.wit.com/lib/gadgets"
"go.wit.com/lib/protobuf/argvpb"
@@ -27,7 +27,7 @@ func (b *mainType) Enable() {
// returns the server to connect to
func myServer() string {
- return ENV.Get("ForgeURL")
+ return env.Get("ForgeURL")
}
// this app's variables
@@ -47,7 +47,7 @@ type mainType struct {
autoDryRun *gui.Node // checkbox for --dry-run
goSrcPwd *gadgets.OneLiner // what is being used as primary directory for your work
goSrcEdit *gadgets.BasicEntry // what is being used as primary directory for your work
- gitAuthor *gadgets.OneLiner // ENV GIT_AUTHOR NAME and EMAIL
+ gitAuthor *gadgets.OneLiner // env GIT_AUTHOR NAME and EMAIL
// these hold the branches that the user can switch all the repositories to them
reposWinB *gui.Node // button that opens the repos window