duh
This commit is contained in:
parent
de5759dde5
commit
fdd6d99107
|
@ -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 \
|
||||
|
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue