From 73f2f79324ef98910df84f9ab2d415079a9ecbc9 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 30 Mar 2025 18:24:15 +0200 Subject: [PATCH] snippets/get-cloud-instance-to-update.sh: a really smal change - remove a blank sign.. --- snippets/get-cloud-instance-to-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/get-cloud-instance-to-update.sh b/snippets/get-cloud-instance-to-update.sh index fbb86df..5239c3a 100644 --- a/snippets/get-cloud-instance-to-update.sh +++ b/snippets/get-cloud-instance-to-update.sh @@ -6,7 +6,7 @@ if [[ ${#website_arr[@]} -eq 1 ]] ; then conf_file=${_arr[1]} WEBSITE=${_arr[0]} echo "" - echo -e "Update site \033[1m ${_arr[0]}" + echo -e "Update site \033[1m${_arr[0]}" echo "" else echo ""