From e75b39f515b831b15fd3928655d92870e28ab372 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 10 Jan 2024 20:19:54 +0100 Subject: [PATCH] Clean up --- git-hooks/pre-commit | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/git-hooks/pre-commit b/git-hooks/pre-commit index d0010ed4f..673b3ba68 100755 --- a/git-hooks/pre-commit +++ b/git-hooks/pre-commit @@ -1,13 +1,11 @@ #!/bin/bash - -# Will check if yarn format is run before executing -# Called by "git commit" with no arguments. The hook should +# Will check if "yarn 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. -# -echo "Running yarn format " +echo "Running yarn format" # Run the command and loop over its output FILES_TO_STAGE=""