From 9c52ae49e9af4d960d756ff84009bd74d69108db Mon Sep 17 00:00:00 2001 From: Alan Orwick Date: Tue, 19 Sep 2023 12:20:32 -0500 Subject: [PATCH] fix: change echo output in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 00c0ad1351..f764c25f7d 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ GORUN = env GO111MODULE=on go run go-quai: $(GORUN) build/ci.go install ./cmd/go-quai @echo "Done building." - @echo "Run \"$(GOBIN)/quai\" to launch go-quai." + @echo "Run \"$(GOBIN)/go-quai\" to launch go-quai." bootnode: $(GORUN) build/ci.go install ./cmd/bootnode