This commit is contained in:
Rob Pearce 2022-01-10 15:27:34 +11:00
parent 35a82a64de
commit 5bebd3f86e
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ function ok() {
function fail() { function fail() {
local msg=${*:-failed} local msg=${*:-failed}
stopspinner stop_spinner
[[ $innotify -eq 0 ]] && return 1 [[ $innotify -eq 0 ]] && return 1
innotify=0 innotify=0
echo -e "$RED$msg$PLAIN" 1>&2 echo -e "$RED$msg$PLAIN" 1>&2