summaryrefslogtreecommitdiff
path: root/go-clone-test
diff options
context:
space:
mode:
Diffstat (limited to 'go-clone-test')
-rw-r--r--go-clone-test/Makefile2
-rw-r--r--go-clone-test/main.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/go-clone-test/Makefile b/go-clone-test/Makefile
index 1e8c9f8..f2788e1 100644
--- a/go-clone-test/Makefile
+++ b/go-clone-test/Makefile
@@ -2,7 +2,7 @@ VERSION = $(shell git describe --tags)
GUIVERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%s)
-all: build
+all: vet build
build: goimports
GO111MODULE=off go build \
diff --git a/go-clone-test/main.go b/go-clone-test/main.go
index ed0a682..464b4e3 100644
--- a/go-clone-test/main.go
+++ b/go-clone-test/main.go
@@ -113,7 +113,7 @@ func buildBinary(testDir string, gopath string) {
os.Unsetenv("FORGE_CONFIG")
os.Unsetenv("FORGE_GOSRC")
me.forge = forgepb.Init()
- if err := me.forge.ConfigSave; err != nil {
+ if err := me.forge.ConfigSave(); err != nil {
log.Info("crapnuts. forge.ConfigSave() failed", err)
}