This commit is contained in:
Nicolas Lœuillet 2023-08-19 07:18:13 +02:00 committed by GitHub
parent ef5b43f55c
commit 8ee95437a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}