Skip to content

Commit

Permalink
Merge pull request #8563 from filecoin-project/fix/lotus-wallet-version
Browse files Browse the repository at this point in the history
fix: lotus-wallet: correct network in version
  • Loading branch information
arajasek authored May 4, 2022
2 parents 27e99ff + 04bb539 commit 0de1b84
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 @@ -193,7 +193,7 @@ BINS+=lotus-health

lotus-wallet:
rm -f lotus-wallet
$(GOCC) build -o lotus-wallet ./cmd/lotus-wallet
$(GOCC) build $(GOFLAGS) -o lotus-wallet ./cmd/lotus-wallet
.PHONY: lotus-wallet
BINS+=lotus-wallet

Expand Down

0 comments on commit 0de1b84

Please sign in to comment.