Skip to content

Commit

Permalink
Fix VERSION_CMD. (#1763)
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Chlebek <[email protected]>
  • Loading branch information
echlebek authored Jun 28, 2018
1 parent 5ef80b7 commit 30607d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cmd=${1:-"all"}

RACE=""

VERSION_CMD="GOOS=linux GOARCH=amd64 go run ./version/cmd/version/version.go"
VERSION_CMD="go run ./version/cmd/version/version.go"

HANDLERS=(slack)

Expand Down

0 comments on commit 30607d5

Please sign in to comment.