Skip to content

Commit

Permalink
more shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jan 3, 2025
1 parent 598799d commit 2b02763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rapids-get-pr-artifact
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [[ "${4}" = "wheel" && -z "${RAPIDS_PY_WHEEL_NAME:+placeholder}" ]]; then
exit 1
fi
package_type="${4}_${3}"
artifact_name=$(RAPIDS_REPOSITORY="${repo}" rapids-package-name ${package_type})
artifact_name=$(RAPIDS_REPOSITORY="${repo}" rapids-package-name "${package_type}")

commit="${5:-}"
if [[ -z "${commit}" ]]; then
Expand Down

0 comments on commit 2b02763

Please sign in to comment.