mirror of
https://github.com/eth-p/bat-extras.git
synced 2024-12-12 17:20:40 +01:00
Fix broken error message in batwatch
This commit is contained in:
parent
d7cd12ed4f
commit
24313f8281
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user