Skip to content

Commit

Permalink
Fix quotation in Homebrew build (#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink authored Jun 5, 2024
1 parent dc807cc commit de7dabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $(BINARY):
GO111MODULE=on go build \
-trimpath \
-ldflags \
-X github.com/onflow/flow-cli/build.semver=$(VERSION) -X github.com/onflow/flow-cli/internal/accounts.accountToken=${ACCOUNT_TOKEN}"\
"-X github.com/onflow/flow-cli/build.semver=$(VERSION) -X github.com/onflow/flow-cli/internal/accounts.accountToken=${ACCOUNT_TOKEN}"\
-o $(BINARY) ./cmd/flow

.PHONY: versioned-binaries
Expand Down

0 comments on commit de7dabc

Please sign in to comment.