Skip to content

Commit

Permalink
Fix quote issue on BUILD_PLAIN_PROGRESS
Browse files Browse the repository at this point in the history
  • Loading branch information
Megasaxon committed Feb 17, 2022
1 parent 0435454 commit a608e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a608e47

Please # to comment.