Skip to content

Commit

Permalink
shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Apr 2, 2024
1 parent 076d082 commit 7d65933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/rapids-download-wheels-from-s3
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ fi
# remove pkg_type from args because we handle it in this script
shift;

pkg_name="$(rapids-package-name wheel_${pkg_type})"
pkg_name="$(rapids-package-name "wheel_${pkg_type}")"

rapids-download-from-s3 "${pkg_name}" "$@"
2 changes: 1 addition & 1 deletion tools/rapids-upload-wheels-to-s3
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ if [ "${CI:-false}" = "false" ]; then
exit 0
fi

pkg_name="$(rapids-package-name wheel_${pkg_type})"
pkg_name="$(rapids-package-name "wheel_${pkg_type}")"

rapids-upload-to-s3 "${pkg_name}" "$@"

0 comments on commit 7d65933

Please sign in to comment.