diff options
| author | Jeff Carr <[email protected]> | 2025-10-22 09:18:58 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-22 09:18:58 -0500 |
| commit | 28531fcd37f3e706480ed74b8205d9ccf7c70a68 (patch) | |
| tree | 04796a85fedc3072a3788e372c44237eba8fbbee /main.go | |
| parent | ae4d94942e53723785dc1df21c61235b713e964b (diff) | |
step1
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,6 +6,7 @@ import ( "net/http" "strings" + "go.wit.com/lib/ENV" "go.wit.com/lib/protobuf/argvpb" "go.wit.com/lib/protobuf/forgepb" "go.wit.com/lib/protobuf/gitpb" @@ -76,7 +77,7 @@ func newMakeRepomap() (string, error) { r.State = val submit.Append(r) } - server := me.forge.GetForgeURL() + server := ENV.Get("ForgeURL") updatepb, regPB, err := submit.HttpPost(server, "check") if err != nil { log.Info("ReposPB HttpPost() failed", err) |
