Skip to content

Commit

Permalink
Refresh comment to refer to Conda packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored Oct 15, 2024
1 parent ffa1d4d commit d524f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rapids-extract-conda-files
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ -z "$1" ]; then
exit 1
fi

# dir that the extracted tarball are in
# dir that the extracted conda packages are in
conda_pkg_dir="$1"
{
conda_pkg_dest=$(mktemp -d)
Expand Down

0 comments on commit d524f72

Please sign in to comment.