aboutsummaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 4b99b37a7..90f789a2d 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -291,7 +291,7 @@ else
eval "$(parse_yaml "./requirements_${pkg_type}.yaml")"
for section in 'common' "${DEPLOY_TYPE}" "$(uname -m)"; do
section_var="requirements_pkg_${section}[*]"
- pkg_list+=${!section_var}
+ pkg_list+=" ${!section_var}"
done
# shellcheck disable=SC2086
${pkg_cmd} ${pkg_list}