From 8ee95437a0704aef12e8bb7a7ff8e1eb18f33989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sat, 19 Aug 2023 07:18:13 +0200 Subject: [PATCH] Fix typo --- scripts/require.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/require.sh b/scripts/require.sh index 404875a68..a2533a118 100755 --- a/scripts/require.sh +++ b/scripts/require.sh @@ -10,6 +10,6 @@ fi # Check for git command -v git >/dev/null 2>&1 || -{ echo >&2 "git is not installed. We can' install wallabag"; +{ echo >&2 "git is not installed. We can't install wallabag"; exit 1 }