diff --git a/tools/Makefile b/tools/Makefile index d58f52d1b1..426600e0cb 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -120,10 +120,10 @@ else @echo "Installing unparam" go get -v $(UNPARAM) endif -ifdef GOYCLO_CHECK - @echo "goyclo is already installed. Run 'make update_tools' to update." +ifdef GOCYCLO_CHECK + @echo "gocyclo is already installed. Run 'make update_tools' to update." else - @echo "Installing goyclo" + @echo "Installing gocyclo" go get -v $(GOCYCLO) endif