From 19b64da7f51e8369aca50639bf39d183f46b9014 Mon Sep 17 00:00:00 2001 From: pedro Date: Mon, 5 Feb 2024 20:06:12 +0100 Subject: [PATCH] build__common: wider figlet for autotest --- build__common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build__common.sh b/build__common.sh index 0f8625a..bab2a35 100644 --- a/build__common.sh +++ b/build__common.sh @@ -6,7 +6,7 @@ set -u #set -x common_start() { - figlet "${target}" + figlet -w 100 "${target}" deployment="${1:-${deployment:-}}" action="${action:-deploy}"