From 24313f8281f52d2cbcf6d50697a73b18afc7f9e7 Mon Sep 17 00:00:00 2001 From: Ethan P Date: Thu, 26 Sep 2019 16:10:42 -0700 Subject: [PATCH] Fix broken error message in batwatch --- src/batwatch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/batwatch.sh b/src/batwatch.sh index f8e550d..d0ca3ee 100755 --- a/src/batwatch.sh +++ b/src/batwatch.sh @@ -129,7 +129,7 @@ if [[ -z "$OPT_WATCHER" ]]; then OPT_WATCHER="$(determine_watcher)" if [[ $? -ne 0 ]]; then printc "%{RED}[%s error]%{CLEAR}: Your system does not have any supported watchers.\n" "$PROGRAM" 1>&2 - printc "Please read the documentation at {BLUE}%s%{CLEAR} for more details.\n" "$DOCS_URL/batwatch.md" 1>&2 + printc "Please read the documentation at %{BLUE}%s%{CLEAR} for more details.\n" "$DOCS_URL/batwatch.md" 1>&2 exit 2 fi fi