mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-25 02:21:01 +00:00
Fix typo
This commit is contained in:
parent
ef5b43f55c
commit
8ee95437a0
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ fi
|
||||||
|
|
||||||
# Check for git
|
# Check for git
|
||||||
command -v git >/dev/null 2>&1 ||
|
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
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue