diff --git a/commands/build.sh b/commands/build.sh index 1adfb758..c7938b73 100755 --- a/commands/build.sh +++ b/commands/build.sh @@ -84,7 +84,7 @@ if [[ "$(plugin_read_config BUILD_PARALLEL "false")" == "true" ]] ; then fi if [[ "$(plugin_read_config BUILD_PLAIN_PROGRESS "true")" == "true" ]] ; then - build_params+=("--progress plain") + build_params+=(--progress plain) fi while read -r arg ; do