aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-05-06 16:07:17 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-05-06 16:07:17 +0200
commit8d7aa5d7d096aee99801ed7db3b8fdeffb44122f (patch)
treead69ba36682ec9604e90d374f6c2ff8870aae356 /scripts
parentshut down server/workers gracefully on SIGTERM (diff)
downloadcimple-8d7aa5d7d096aee99801ed7db3b8fdeffb44122f.tar.gz
cimple-8d7aa5d7d096aee99801ed7db3b8fdeffb44122f.zip
minor bash coding style fix
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/pre-commit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pre-commit.sh b/scripts/pre-commit.sh
index df003fe..fd1f7dd 100755
--- a/scripts/pre-commit.sh
+++ b/scripts/pre-commit.sh
@@ -4,7 +4,7 @@ set -o errexit -o nounset -o pipefail
shopt -s inherit_errexit lastpipe
if ! command -v git-clang-format &> /dev/null; then
- echo "Please make sure git-clang-format is available." >&2
+ echo 'Please make sure git-clang-format is available.' >&2
exit 1
fi