Merge pull request #14668 from MikeMcQuaid/update_full_url_json

cmd/update.sh: provide full JSON URL.
This commit is contained in:
Mike McQuaid 2023-02-16 16:39:39 +00:00 committed by GitHub
commit 2ffd0d6503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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