summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-16 06:58:18 -0500
committerJeff Carr <[email protected]>2025-10-16 06:58:18 -0500
commitb927a2685791dfabb386f50ad1d1c766341bdb4a (patch)
treece9134d01f9c4db59c55077cb307f1ac7764c522
parent6f0b5f55014a89db0708c3ee04205dfa4c0554e7 (diff)
changed forge.Init()v0.0.124
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 99619e2..d4f772f 100644
--- a/main.go
+++ b/main.go
@@ -26,7 +26,7 @@ func main() {
auto = prep.Bash(&argv) // add support for bash autocomplete with go-arg // this line must be before anything else
log.Info(auto.Version())
- forge = forgepb.Init()
+ forge, _ = forgepb.Init()
// figure out what directory we are running in
pwd, _ := os.Getwd()