Fix broken error message in batwatch

This commit is contained in:
Ethan P 2019-09-26 16:10:42 -07:00
parent d7cd12ed4f
commit 24313f8281
No known key found for this signature in database
GPG Key ID: 6963FD04F6CF35EA

View File

@ -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