From b940dccb707c38610dbac2d5cd8891e4c1389f10 Mon Sep 17 00:00:00 2001 From: Darren Govoni Date: Wed, 16 Mar 2022 05:27:48 -0400 Subject: [PATCH] Updates --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f18b05c..e8d2c42 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ install: depends init update: format lint pip freeze | grep -v blazer > requirements.txt git add bin blazer requirements.txt Makefile - git commit -m "Updates" + git commit --allow-empty -m "Updates" git push origin main python setup.py install