build__common: wider figlet for autotest

This commit is contained in:
pedro 2024-02-05 20:06:12 +01:00
parent bc502d8cb9
commit 19b64da7f5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ set -u
#set -x
common_start() {
figlet "${target}"
figlet -w 100 "${target}"
deployment="${1:-${deployment:-}}"
action="${action:-deploy}"