From f2b09cee54c41e78c240e86a4487f7216aa9308b Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Thu, 18 Apr 2024 12:58:05 +0200 Subject: [PATCH] fix error formatting --- gis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gis b/gis index 1f03e0f..7aada75 100755 --- a/gis +++ b/gis @@ -52,7 +52,7 @@ while (( "$#" )); do exit 0 ;; -*) - error "Unsupported option ${text_bold}$1${text_bold}" + error "Unsupported option ${text_bold}$1${text_reset}" ;; fetch) fetch=true