Skip to content

Commit

Permalink
fix appveyor download
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Sep 28, 2017
1 parent 7eb9914 commit d964075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-helpers/appveyor/install-miniconda.ps1
Expand Up @@ -11,7 +11,7 @@ if (! $env:ASTROPY_LTS_VERSION) {

function DownloadMiniconda ($version, $platform_suffix) {
$webclient = New-Object System.Net.WebClient
$filename = "Miniconda-" + $version + "-Windows-" + $platform_suffix + ".exe"
$filename = "Miniconda2-" + $version + "-Windows-" + $platform_suffix + ".exe"

$url = $MINICONDA_URL + $filename

Expand Down

0 comments on commit d964075

Please sign in to comment.