From 9860ed0871a8ae00018c9e99340d904815e70a25 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Fri, 16 Oct 2020 12:24:34 +0300 Subject: [PATCH] typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c132e9f3..b9cf0326 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ endef all: @ echo "Useful commands:" @ echo " make # Print this help" - @ echo " make textenv # Build test environment" + @ echo " make testenv # Build test environment" @ echo " make tox # Run tests and linters" @ echo " make tox E=pytest # Run selected test environment" @ echo " make gpio # Create gpio mockup"