typo
This commit is contained in:
parent
35a82a64de
commit
5bebd3f86e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue