aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkiss2
1 files changed, 1 insertions, 1 deletions
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