From 7ce50675a7a4a9adbb128c33e8838d1d88547ef7 Mon Sep 17 00:00:00 2001 From: matt Date: Wed, 22 Oct 2025 19:58:09 -0700 Subject: [PATCH] update makefile --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e09ba58..c2e35d0 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,6 @@ commit: chat.svg git add '*.svg' && \ GIT_AUTHOR_NAME='publicmatt' GIT_AUTHOR_EMAIL='git@publicmatt.com' \ GIT_COMMITTER_NAME='publicmatt' GIT_COMMITTER_EMAIL='git@publicmatt.com' \ - git commit -m "Auto-updating git readme" - git push publicmatt - git push github + git commit -m "auto-updating git readme" + git push