Put the equals in the correct place

This commit is contained in:
Paul O'Connor 2016-02-17 17:44:38 +01:00
parent 21f15aea3f
commit e3c6c05395
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ echo "==> Building..."
gox \
-os="${XC_OS}" \
-arch="${XC_ARCH}" \
-ldflags "-X=main.GitCommit ${GIT_COMMIT}${GIT_DIRTY}" \
-ldflags "-X main.GitCommit=${GIT_COMMIT}${GIT_DIRTY}" \
-output "pkg/{{.OS}}_{{.Arch}}/terraform-{{.Dir}}" \
$(go list ./... | grep -v /vendor/)