From c3e9bf86b47c2235b908c7b0061e4ea83093f71c Mon Sep 17 00:00:00 2001 From: Ethan Date: Thu, 21 Oct 2021 23:52:34 -0500 Subject: [PATCH] kiss-outdated: nit --- contrib/kiss-outdated | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/kiss-outdated b/contrib/kiss-outdated index 0d36658..daa2803 100755 --- a/contrib/kiss-outdated +++ b/contrib/kiss-outdated @@ -289,7 +289,7 @@ main() { set -e [ "$1" ] || - die 'usage: kiss [ou]tdated /path/to/repo...\n' + die 'usage: kiss [ou]tdated /path/to/repo...' mkdir -p "${tmp:=${XDG_CACHE_HOME:-"$HOME/.cache"}/kiss/repology}"