From 42a93975679b00b165f8a6a6d33f927a11f756cc Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 25 Jul 2019 09:15:31 +0300 Subject: [PATCH] docs: update --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 6a6277c..5d86488 100755 --- a/kiss +++ b/kiss @@ -983,7 +983,7 @@ args() { -maxdepth 1 -name "$pkg") # Print all matches. If there aren't any, print an error. - printf '%s\n' "${@:-$(log "[$pkg] Not installed.")}" + printf '%s\n' "${@:-$(log "[$pkg] Not found.")}" # Exit with an error if a search fails. [ "$1" ] || exit 1