From 9e3b1eb7a8bffa022743e55e7de576722af907e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar=20-=20curqui?= Date: Wed, 30 Nov 2022 16:55:27 +0100 Subject: [PATCH] Update download-latest.sh Co-authored-by: Louis Dureuil --- download-latest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download-latest.sh b/download-latest.sh index dca39fa44..81651a9a8 100644 --- a/download-latest.sh +++ b/download-latest.sh @@ -1,6 +1,6 @@ #!/bin/sh -# This script works with a GitHub token to increase your request limit (for example, if using this script in a CI). +# This script can optionally use a GitHub token to increase your request limit (for example, if using this script in a CI). # To make it work, fill the GITHUB_PAT environment variable with your GitHub token. # GLOBALS