From 3466d8794a800f40bfeb26c119a4fade05bc0ad3 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:23:03 -0400 Subject: [PATCH] Clarify which api may be rate limited in message --- lug-helper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lug-helper.sh b/lug-helper.sh index b794bf9..ead7b68 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -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