summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-20 13:19:24 -0500
committerJeff Carr <[email protected]>2025-10-20 13:19:24 -0500
commit898592febc56eb1073525636666063396d85aca6 (patch)
tree507d33eefc9ba5d467c2c5ce829bdd13968f92e8 /structs.go
parent3246e9b1f7ba7b983ca536f06d1dbbb636d1ad5b (diff)
notsure
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 8f05ff8..b2b6b9b 100644
--- a/structs.go
+++ b/structs.go
@@ -6,6 +6,7 @@ package main
import (
"go.wit.com/dev/alexflint/arg"
"go.wit.com/gui"
+ "go.wit.com/lib/config"
"go.wit.com/lib/fhelp"
"go.wit.com/lib/gadgets"
"go.wit.com/lib/protobuf/argvpb"
@@ -26,7 +27,7 @@ func (b *mainType) Enable() {
// returns the server to connect to
func myServer() string {
- return me.forge.GetForgeURL()
+ return config.Get("ForgeURL")
}
// this app's variables