From 1d3edfac873add7f50529a84a4d5cb368398a806 Mon Sep 17 00:00:00 2001 From: Venkatesh Dayananda Date: Wed, 22 Nov 2017 06:52:13 -0500 Subject: [PATCH] select libgit2 when tarball download fails --- src/Operations.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Operations.jl b/src/Operations.jl index ba4d317b6e869..a29922ea1a739 100644 --- a/src/Operations.jl +++ b/src/Operations.jl @@ -236,7 +236,7 @@ function install( # returns path to version & if it's newly installed version_path = find_installed(uuid, hash) ispath(version_path) && return version_path, false - http_download_successful = true + http_download_successful = false if !USE_LIBGIT2_FOR_ALL_DOWNLOADS && version != nothing for url in urls archive_url = get_archive_url_for_version(url, version)