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}"