Skip to content

Commit

Permalink
More double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Feb 20, 2025
1 parent 548d305 commit 10bedbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pr_list=$(${GH} pr list --repo "${REPO_URL}" --label "CI-${MACHINE_ID^}-Ready" -

for pr in ${pr_list}; do
pr_dir="${GFS_CI_ROOT}/PR/${pr}"
if [[ ! -d ${pr_dir} ]]; then
if [[ ! -d "${pr_dir}" ]]; then
mkdir -p "${pr_dir}"
fi
db_list=$("${ROOT_DIR}/ci/scripts/utils/pr_list_database.py" --add_pr "${pr}" --dbfile "${pr_list_dbfile}")
Expand Down

0 comments on commit 10bedbc

Please sign in to comment.