Skip to content

Commit 0374d1c

Browse files
authored
Update linuxdeploy-plugin-conda.sh
1 parent c599b2a commit 0374d1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linuxdeploy-plugin-conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ fi
102102
# add channels specified via $CONDA_CHANNELS
103103
IFS=';' read -ra chans <<< "$CONDA_CHANNELS"
104104
for chan in "${chans[@]}"; do
105-
conda config --add channels "$chan"
105+
conda config --append channels "$chan"
106106
done
107107

108108
# install packages specified via $CONDA_PACKAGES

0 commit comments

Comments
 (0)