cmd/update.sh: provide full JSON URL.

This makes it clearer what site cannot be accessed.
This commit is contained in:
Mike McQuaid 2023-02-16 16:03:22 +00:00
parent c9fdce3e3c
commit aa2c2982a0
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

@ -802,7 +802,7 @@ EOS
HOMEBREW_UPDATED="1" HOMEBREW_UPDATED="1"
fi fi
else else
echo "Failed to download ${formula_or_cask}.json!" >>"${update_failed_file}" echo "Failed to download ${json_url}!" >>"${update_failed_file}"
fi fi
done done
fi fi