Skip to content

Commit

Permalink
Merge branch 'release_16.04' into release_16.07
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Oct 5, 2016
2 parents d9fab33 + 224c212 commit d6845c2
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 @@ -31,9 +31,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 d6845c2

Please sign in to comment.