summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()