From 4cf0c3885f4664b9efb1f069c7ffee81d64e78c7 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Thu, 16 Feb 2023 14:36:55 -0800 Subject: [PATCH] Fix typo. --- ci/release/apply_wheel_modifications.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/release/apply_wheel_modifications.sh b/ci/release/apply_wheel_modifications.sh index b1cbc3358..b0d4584e1 100755 --- a/ci/release/apply_wheel_modifications.sh +++ b/ci/release/apply_wheel_modifications.sh @@ -4,7 +4,7 @@ # Usage: bash apply_wheel_modifications.sh VERSION=${1} -CUDA_SUFFIX=${1} +CUDA_SUFFIX=${2} sed -i "s/__version__ = .*/__version__ = \"${VERSION}\"/g" python/rmm/__init__.py sed -i "s/version=.*,/version=\"${VERSION}\",/g" python/setup.py