From 8fba156af8704147cfaf0569accfd44685abfce7 Mon Sep 17 00:00:00 2001 From: Chase Wright Date: Mon, 15 Mar 2021 12:18:10 -0500 Subject: [PATCH] Fix Typo in Makefile stats -> state --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 21e1e96a8db..15ebf973370 100644 --- a/Makefile +++ b/Makefile @@ -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."