Skip to content

Commit 30607d5

Browse files
authored
Fix VERSION_CMD. (#1763)
Signed-off-by: Eric Chlebek <eric@sensu.io>
1 parent 5ef80b7 commit 30607d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cmd=${1:-"all"}
1414

1515
RACE=""
1616

17-
VERSION_CMD="GOOS=linux GOARCH=amd64 go run ./version/cmd/version/version.go"
17+
VERSION_CMD="go run ./version/cmd/version/version.go"
1818

1919
HANDLERS=(slack)
2020

0 commit comments

Comments
 (0)