From 2c4c10ff39288bb476d00211302c5787fc8343f1 Mon Sep 17 00:00:00 2001 From: klz Date: Thu, 19 May 2022 08:29:00 +0100 Subject: [PATCH] Added missing line ending --- xdg-ninja.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdg-ninja.sh b/xdg-ninja.sh index 6044cdf..602f262 100755 --- a/xdg-ninja.sh +++ b/xdg-ninja.sh @@ -71,7 +71,7 @@ if [ -z "${XDG_RUNTIME_DIR}" ]; then fi if ! command -v jq >/dev/null 2>/dev/null; then - printf "jq is needed to run this script, but it wasn't found. Please install it to be able to use this script." + printf "jq is needed to run this script, but it wasn't found. Please install it to be able to use this script.\n" exit fi -- 2.47.3