summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--topics/engineering/setting-up-a-basic-pre-commit-hook-for-linting-scheme-files.gmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/engineering/setting-up-a-basic-pre-commit-hook-for-linting-scheme-files.gmi b/topics/engineering/setting-up-a-basic-pre-commit-hook-for-linting-scheme-files.gmi
index 57a6b43..5324de8 100644
--- a/topics/engineering/setting-up-a-basic-pre-commit-hook-for-linting-scheme-files.gmi
+++ b/topics/engineering/setting-up-a-basic-pre-commit-hook-for-linting-scheme-files.gmi
@@ -12,7 +12,7 @@ touch .git/hooks/pre-commit
# Step 2: Make the hook executable
chmod +x .git/hooks/pre-commit
-# Step 3: Copy the following contents to the .git/hooks/pre-commit:
+# Step 3: Copy the following to .git/hooks/pre-commit
#!/bin/sh