Skip to content

Commit

Permalink
Merge branch 'release_16.01' into release_16.04
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Oct 5, 2016
2 parents 45e6949 + f7c3e25 commit 224c212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/galaxy/tools/deps/conda_util.py
Expand Up @@ -27,9 +27,9 @@

def conda_link():
if IS_OS_X:
url = "https://repo.continuum.io/miniconda/Miniconda-latest-MacOSX-x86_64.sh"
url = "https://repo.continuum.io/miniconda/Miniconda2-4.0.5-MacOSX-x86_64.sh"
else:
url = "https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh"
url = "https://repo.continuum.io/miniconda/Miniconda2-4.0.5-Linux-x86_64.sh"
return url


Expand Down

0 comments on commit 224c212

Please sign in to comment.