Clarify which api may be rate limited in message

This commit is contained in:
the-sane
2025-10-06 13:23:03 -04:00
parent d696d86597
commit 3466d8794a

View File

@@ -1398,7 +1398,7 @@ download_select_install() {
# Sanity check
if [ "${#download_versions[@]}" -eq 0 ]; then
message warning "No $download_type versions were found. The source API may be down or rate limited."
message warning "No $download_type versions were found. The $download_url_type API may be down or rate limited."
return 1
fi
@@ -1599,7 +1599,7 @@ download_install() {
# Sanity check
if [ -z "$download_url" ]; then
message warning "Could not find the requested ${download_type}. The source API may be down or rate limited."
message warning "Could not find the requested ${download_type}. The $download_url_type API may be down or rate limited."
return 1
fi