Skip to content

Commit

Permalink
expand args as arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Oct 10, 2024
1 parent 47bbd45 commit 268dedf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/rapids-mamba-retry
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ for arg in "$@"; do
fi
done

rapids-otel-wrap rapids-conda-retry "$@"
rapids-otel-wrap rapids-conda-retry "$args[@]"
2 changes: 1 addition & 1 deletion tools/rapids-upload-wheels-to-s3
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ if [ "${CI:-false}" = "false" ]; then
exit 0
fi

rapids-otel-wrap rapids-upload-to-s3 "${pkg_name}" "$*"
rapids-otel-wrap rapids-upload-to-s3 "${pkg_name}" "$@"

0 comments on commit 268dedf

Please sign in to comment.