Skip to content

Commit

Permalink
feat: update quote to fix codacy static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Nov 17, 2023
1 parent 0912e26 commit 13bb99e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ if [[ -z "${CUSTOM_SCRIPTS_DIRECTORY}" ]]; then
else
echo "[INFO] CUSTOM_SCRIPTS_DIRECTORY env variable set to ${CUSTOM_SCRIPTS_DIRECTORY}"
# Regex is needed in jetty9 images, but not alpine's ones.
run-parts -v ${CUSTOM_SCRIPTS_DIRECTORY} --regex='.*'
run-parts -v "${CUSTOM_SCRIPTS_DIRECTORY}" --regex='.*'
echo "[INFO] End executing custom scripts"
fi

0 comments on commit 13bb99e

Please sign in to comment.