Skip to content

Commit da275eb

Browse files
authored
Restore mixpanel token for Homebrew build (#1948)
1 parent 1c1f96e commit da275eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
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} -X github.com/onflow/flow-cli/internal/command.MixpanelToken=${MIXPANEL_PROJECT_TOKEN}" \
6363
-o $(BINARY) ./cmd/flow
6464

6565
.PHONY: versioned-binaries

0 commit comments

Comments
 (0)