From aa2c2982a09906529c8cc2cc0a9eff44a07bb558 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 16 Feb 2023 16:03:22 +0000 Subject: [PATCH] cmd/update.sh: provide full JSON URL. This makes it clearer what site cannot be accessed. --- Library/Homebrew/cmd/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/update.sh b/Library/Homebrew/cmd/update.sh index e4276c5c1c..d59bde3527 100644 --- a/Library/Homebrew/cmd/update.sh +++ b/Library/Homebrew/cmd/update.sh @@ -802,7 +802,7 @@ EOS HOMEBREW_UPDATED="1" fi else - echo "Failed to download ${formula_or_cask}.json!" >>"${update_failed_file}" + echo "Failed to download ${json_url}!" >>"${update_failed_file}" fi done fi