Skip to content

Commit de7dabc

Browse files
authored
Fix quotation in Homebrew build (#1642)
1 parent dc807cc commit de7dabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $(BINARY):
5959
GO111MODULE=on go build \
6060
-trimpath \
6161
-ldflags \
62-
-X github.com/onflow/flow-cli/build.semver=$(VERSION) -X github.com/onflow/flow-cli/internal/accounts.accountToken=${ACCOUNT_TOKEN}"\
62+
"-X github.com/onflow/flow-cli/build.semver=$(VERSION) -X github.com/onflow/flow-cli/internal/accounts.accountToken=${ACCOUNT_TOKEN}"\
6363
-o $(BINARY) ./cmd/flow
6464

6565
.PHONY: versioned-binaries

0 commit comments

Comments
 (0)