aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--hooks/pre-commit.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 13eed202..7176171d 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ If you would like to contribute to the website, please see the [contributing gui
Below is the screenshot of how the website looks like right now. This screenshot is being updated programatically by [That Computer Scientist's Screenshot API](https://api.thatcomputerscientist.com/screenshot), and will update as I push more changes to the repository.
-![Screenshot](https://api.thatcomputerscientist.com/screenshot?random=0.6349282834698706)
+![Screenshot](https://api.thatcomputerscientist.com/screenshot?random=0.04001553557763149)
## Cloning, Installing, and Running
diff --git a/hooks/pre-commit.js b/hooks/pre-commit.js
index 485fc424..b474fe7c 100644
--- a/hooks/pre-commit.js
+++ b/hooks/pre-commit.js
@@ -16,4 +16,4 @@ 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'");
+// shell.exec("git commit -m 'Auto Update Readme'");