commit 2fe1b896f96a3ad7240b48d5ff7a9515f30ec056
parent 27b4037961a3fa66cd6002f0fa7016934eeb2330
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Fri, 14 Jun 2019 17:34:39 +0300
docs: update
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kiss b/kiss
@@ -222,7 +222,7 @@ main() {
die "Set \$KISS_PATH to a repository location."
[ -z "$KISS_ROOT" ] && [ "$(id -u)" != 0 ] &&
- die "\$KISS_ROOT is set to '/' so you must be root."
+ die "\$KISS_ROOT is set to '/' so you need to be root."
mkdir -p "${cac_dir:=${XDG_CACHE_HOME:=$HOME/.cache}/${0##*/}}" \
"${src_dir:=$cac_dir/sources}" \