From c3ecdb3d8b527557d6b25cf764daeda5816b51c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar=20-=20curqui?= Date: Mon, 17 Oct 2022 15:20:00 +0200 Subject: [PATCH] Update download-latest.sh --- download-latest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/download-latest.sh b/download-latest.sh index ec573180c..42863d587 100644 --- a/download-latest.sh +++ b/download-latest.sh @@ -13,9 +13,9 @@ PNAME='meilisearch' # Version regexp i.e. v[number].[number].[number] GREP_SEMVER_REGEXP='v\([0-9]*\)[.]\([0-9]*\)[.]\([0-9]*\)$' -# Github API address +# GitHub API address GITHUB_API='https://api.github.com/repos/meilisearch/meilisearch/releases' -# Github Release address +# GitHub Release address GITHUB_REL='https://github.com/meilisearch/meilisearch/releases/download/' # FUNCTIONS