From: Jonathan <63370021+FineFindus@users.noreply.github.com> Date: Sat, 14 May 2022 16:54:47 +0000 (+0200) Subject: Added line break to glow not found X-Git-Tag: v0.2.0.0~68^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/74d7c640b358f8c74ef2adb2f1c7f3e4382e609a?ds=inline Added line break to glow not found Added line breaks to the message, for when glow is not installed. --- diff --git a/xdg-ninja.sh b/xdg-ninja.sh index aa751bd..e16bd71 100755 --- a/xdg-ninja.sh +++ b/xdg-ninja.sh @@ -3,9 +3,9 @@ USE_GLOW=true if ! command -v glow >/dev/null 2>/dev/null; then - printf "Glow not found, markdown rendering not available." - printf "Output will be raw markdown and might look weird." - printf "Install glow for easier reading & copy-paste." + printf "Glow not found, markdown rendering not available.\n" + printf "Output will be raw markdown and might look weird.\n" + printf "Install glow for easier reading & copy-paste.\n" USE_GLOW=false fi