Fix Typo in Makefile (#1555)

stats -> state
This commit is contained in:
Chase Wright 2021-03-15 12:21:41 -05:00 committed by GitHub
parent 3ffa029497
commit 487dcaa6e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ rpctest:
@echo "Run \"$(GOBIN)/rpctest\" to launch rpctest."
state:
$(GOBUILD) -o $(GOBIN)/stats ./cmd/state
$(GOBUILD) -o $(GOBIN)/state ./cmd/state
@echo "Done building."
@echo "Run \"$(GOBIN)/state\" to launch state."