fix error formatting

This commit is contained in:
Denis Lehmann 2024-04-18 12:58:05 +02:00
parent f1ab8e79db
commit f2b09cee54

2
gis
View file

@ -52,7 +52,7 @@ while (( "$#" )); do
exit 0 exit 0
;; ;;
-*) -*)
error "Unsupported option ${text_bold}$1${text_bold}" error "Unsupported option ${text_bold}$1${text_reset}"
;; ;;
fetch) fetch)
fetch=true fetch=true