Skip to content

Commit

Permalink
Fix in conda shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
papamarkou committed Nov 29, 2020
1 parent d6f625e commit dd96cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/anaconda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ done

echo 'Uploading packages to anaconda...'

find $HOME/conda-bld/ -name *.tar.bz2 | while read file
find ${BUILDDIR} -name *.tar.bz2 | while read file
do
echo $file
anaconda upload $file
Expand Down

0 comments on commit dd96cf0

Please sign in to comment.