Skip to content

Commit

Permalink
fix: missing shasum variable
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy committed Apr 27, 2019
1 parent 55c7169 commit 7885c8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ coverage.txt
assets/ab0x.go
assets/dist/firebase/serviceAccountKey.json
vendor
dist
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ SERVICE ?= ggz-server
DOCKER_ACCOUNT := goggz
DOCKER_IMAGE := $(SERVICE)
GOFMT ?= gofmt "-s"
SHASUM ?= shasum -a 256
GO ?= go
TARGETS ?= linux darwin windows
ARCHS ?= amd64 386
Expand Down

0 comments on commit 7885c8c

Please sign in to comment.