File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
features/src/rapids-build-utils
opt/rapids-build-utils/bin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " NVIDIA RAPIDS devcontainer build utilities" ,
3
3
"id" : " rapids-build-utils" ,
4
- "version" : " 25.8.8 " ,
4
+ "version" : " 25.8.9 " ,
5
5
"description" : " A feature to install the RAPIDS devcontainer build utilities" ,
6
6
"containerEnv" : {
7
7
"BASH_ENV" : " /etc/bash.bash_env"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ make_conda_env() {
25
25
# shellcheck disable=SC1091
26
26
. devcontainer-utils-debug-output ' rapids_build_utils_debug' ' make-conda-env' ;
27
27
28
- test ${# quiet [@]} -eq 0 && quiet =(${CONDA_ENV_CREATE_QUIET: +" -q" } );
28
+ test ${# q [@]} -eq 0 && q =(${CONDA_ENV_CREATE_QUIET: +" -q" } );
29
29
30
30
local env_name=" ${1} " ; shift ;
31
31
local env_file_name=" ${env_name} .yml" ;
You can’t perform that action at this time.
0 commit comments