From 5bebd3f86e245f11edde4ed5932f6e9bc6a4d5bc Mon Sep 17 00:00:00 2001 From: Rob Pearce Date: Mon, 10 Jan 2022 15:27:34 +1100 Subject: [PATCH] typo --- gnscli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnscli.sh b/gnscli.sh index d3fe2ad..852e620 100755 --- a/gnscli.sh +++ b/gnscli.sh @@ -441,7 +441,7 @@ function ok() { function fail() { local msg=${*:-failed} - stopspinner + stop_spinner [[ $innotify -eq 0 ]] && return 1 innotify=0 echo -e "$RED$msg$PLAIN" 1>&2