From dc6819b33639429c433d5beb60b35220c575b930 Mon Sep 17 00:00:00 2001 From: Dobrianskyi Nikita <34073648+ndobryanskyy@users.noreply.github.com> Date: Wed, 5 Dec 2018 23:07:45 +0200 Subject: [PATCH] fix: Fix Makefile typo (#829) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7aacdd56117a..80fafaaed7c8 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ flake: flake8 tests/unit tests/integration lint: - # Liner performs static analysis to catch latent bugs + # Linter performs static analysis to catch latent bugs pylint --rcfile .pylintrc samcli # Command to run everytime you make changes to verify everything works