From bb3f138b7301fc7bb162da746cdabd701b1c3143 Mon Sep 17 00:00:00 2001 From: Darren Govoni Date: Tue, 15 Mar 2022 18:12:07 -0400 Subject: [PATCH] Updates --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a538a83..22475ee 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ install: python setup.py clean .PHONY: update -update: +update: format lint git add blazer git commit -m "Updates" git push origin main