Skip to content

Commit

Permalink
fix shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Dec 7, 2018
1 parent 1fbc567 commit 182756f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-installer-unix.sh
Expand Up @@ -135,7 +135,7 @@ pushd installers
" --build-job ${build_id}"
" --cluster ${cluster}"
" --out-dir ${APP_NAME}")
${INSTALLER_CMD[@]}
"${INSTALLER_CMD[@]}"

if [ -d ${APP_NAME} ]; then
if [ -n "${BUILDKITE_JOB_ID:-}" ]
Expand Down

0 comments on commit 182756f

Please sign in to comment.