From 4411764aa10ef4eaf0dafb845d6fcae34d54b809 Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Thu, 2 Jul 2020 18:59:10 +0100 Subject: [PATCH] dev-cmd/update-license-data: don't use partial downloading --- Library/Homebrew/dev-cmd/update-license-data.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/dev-cmd/update-license-data.rb b/Library/Homebrew/dev-cmd/update-license-data.rb index 1e1710649..aa0570218 100644 --- a/Library/Homebrew/dev-cmd/update-license-data.rb +++ b/Library/Homebrew/dev-cmd/update-license-data.rb @@ -30,7 +30,7 @@ module Homebrew def update_license_data update_license_data_args.parse ohai "Updating SPDX license data..." - curl_download(SPDX_DATA_URL, to: SPDX_PATH) + curl_download(SPDX_DATA_URL, to: SPDX_PATH, partial: false) return unless args.fail_if_changed?