From 94aff36682cf1ad297d2481dfccb37d5392c8542 Mon Sep 17 00:00:00 2001 From: "HARIHARA SUDHAN (HARI)" <108145682+hari0205@users.noreply.github.com> Date: Mon, 8 Jul 2024 18:34:39 +0530 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d7e4188..17af5dc 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ .PHONY: lint lint: @echo "Running flake8" - @flake8 ./porunga-cli + @flake8 ./porunga_cli # Clean pyc and pycache .PHONY: clean