From 337c1277fecb519a27a5a38e48e5e2af9559d048 Mon Sep 17 00:00:00 2001 From: Bobby Date: Tue, 28 Jun 2022 03:39:51 +0530 Subject: remove commit line from pre-commit --- hooks/pre-commit.js | 1 - 1 file changed, 1 deletion(-) (limited to 'hooks/pre-commit.js') diff --git a/hooks/pre-commit.js b/hooks/pre-commit.js index b474fe7c..d917d59a 100644 --- a/hooks/pre-commit.js +++ b/hooks/pre-commit.js @@ -16,4 +16,3 @@ fs.writeFileSync("README.md", newReadme); // Add the readme file to the git commit shell.exec("git add README.md"); -// shell.exec("git commit -m 'Auto Update Readme'"); -- cgit v1.2.3