From 0be863c4e3a31cf1d99db66530940568c0058164 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Wed, 7 Aug 2024 18:30:36 +0300 Subject: Fix typo. Signed-off-by: Munyoki Kilyungi --- .../setting-up-a-basic-pre-commit-hook-for-linting-scheme-files.gmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'topics') 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 -- cgit v1.2.3