mirror of
https://github.com/gosticks/brew.git
synced 2026-08-12 12:40:22 +00:00
dev-cmd/update-license-data: don't use partial downloading
This commit is contained in:
@@ -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?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user