Skip to content

Commit 6f0a876

Browse files
kouamoeba
andauthored
Quote variables
Co-authored-by: Bryce Mecum <petridish@gmail.com>
1 parent fb3e1f6 commit 6f0a876

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/release/post-05-update-gh-release-notes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ WORKFLOW="release.yml"
3636

3737
# Wait for the GitHub Workflow that creates the GitHub Release
3838
# to finish before updating the release notes.
39-
$SOURCE_DIR/utils-watch-gh-workflow.sh ${TAG} ${WORKFLOW}
39+
"$SOURCE_DIR/utils-watch-gh-workflow.sh" "${TAG}" "${WORKFLOW}"
4040

4141
# Update the Release Notes section
4242
RELEASE_NOTES_URL="https://arrow.apache.org/release/${VERSION}.html"

dev/release/utils-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ if [ ! -f "${SOURCE_DIR}/.env" ]; then
2525
exit 1
2626
fi
2727
# shellcheck source=SCRIPTDIR/.env.example
28-
. ${SOURCE_DIR}/.env
28+
. "${SOURCE_DIR}/.env"
2929
export GH_TOKEN

0 commit comments

Comments
 (0)