summaryrefslogtreecommitdiff
path: root/cli/install_release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cli/install_release.sh')
-rw-r--r--cli/install_release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/install_release.sh b/cli/install_release.sh
index cb461b3..6077a58 100644
--- a/cli/install_release.sh
+++ b/cli/install_release.sh
@@ -20,7 +20,7 @@ fi
# check if api.github.com is working(not rate-limited)
if ! curl -Is https://api.github.com/repos/SteamDeckHomebrew/decky-loader/releases | head -1 | grep 200 > /dev/null
then
- echo "Your network are being rate-limited from Github api, please wait for a while and try again."
+ echo "Your network have problems accessing Github Api(probably rate-limited), please wait for a while and try again."
exit 1
fi