Skip to content

Commit

Permalink
conda build typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scopatz committed Oct 14, 2014
1 parent 7a6c99d commit abf5f94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
build
fetch/myCiclus.scp
2 changes: 1 addition & 1 deletion bin/conda-inst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e

# Setup
UNAME=$(uname)
MINICONDA_VER="3.70"
MINICONDA_VER="3.7.0"
export PATH="$(pwd)/anaconda/bin:${PATH}"

if [[ "$UNAME" == 'Linux' ]]; then
Expand Down

0 comments on commit abf5f94

Please sign in to comment.