aboutsummaryrefslogtreecommitdiff
path: root/hooks/pre-commit.js
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-06-28 03:39:51 +0530
committerBobby <[email protected]>2022-06-28 03:39:51 +0530
commit337c1277fecb519a27a5a38e48e5e2af9559d048 (patch)
treedc9bb9cdb998764182d9770c43d69de3c665bdcd /hooks/pre-commit.js
parent4b00992b000397e0c9a3c92629c177b11ab9f322 (diff)
downloadthatcomputerscientist-337c1277fecb519a27a5a38e48e5e2af9559d048.tar.xz
thatcomputerscientist-337c1277fecb519a27a5a38e48e5e2af9559d048.zip
remove commit line from pre-commit
Diffstat (limited to 'hooks/pre-commit.js')
-rw-r--r--hooks/pre-commit.js1
1 files changed, 0 insertions, 1 deletions
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'");