build__common: wider figlet for autotest
This commit is contained in:
parent
bc502d8cb9
commit
19b64da7f5
|
@ -6,7 +6,7 @@ set -u
|
||||||
#set -x
|
#set -x
|
||||||
|
|
||||||
common_start() {
|
common_start() {
|
||||||
figlet "${target}"
|
figlet -w 100 "${target}"
|
||||||
|
|
||||||
deployment="${1:-${deployment:-}}"
|
deployment="${1:-${deployment:-}}"
|
||||||
action="${action:-deploy}"
|
action="${action:-deploy}"
|
||||||
|
|
Reference in New Issue