diff options
Diffstat (limited to 'hooks/pre-commit.js')
| -rw-r--r-- | hooks/pre-commit.js | 1 |
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'"); |
