mirror of https://github.com/wallabag/wallabag.git
Fix typo
This commit is contained in:
parent
ef5b43f55c
commit
8ee95437a0
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue