From 9e61d1abf029c52dd7b402c32cc0cd5cb926f15a Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Mon, 29 Jul 2024 19:17:23 +0200 Subject: [PATCH] Update documentation --- git-hooks/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-hooks/pre-commit b/git-hooks/pre-commit index 19fdd93d2..b2b86eac1 100755 --- a/git-hooks/pre-commit +++ b/git-hooks/pre-commit @@ -1,6 +1,6 @@ #!/bin/bash -# Will check if "yarn format" is run before executing. +# Will check if "npm run format" is run before executing. # Called by "git commit" with no arguments. The hook should # exit with non-zero status after issuing an appropriate message if # it wants to stop the commit.