From 2a90e805a202b6733d22918ac6b4dabb1eb3f0f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar?= Date: Mon, 7 Feb 2022 16:05:48 +0100 Subject: [PATCH] Fix script --- download-latest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download-latest.sh b/download-latest.sh index 4288fae53..e869bf53d 100644 --- a/download-latest.sh +++ b/download-latest.sh @@ -230,7 +230,7 @@ esac # Fetch the Meilisearch binary link="https://github.com/meilisearch/meilisearch/releases/download/$latest/$release_file" curl -OL "$link" -if [ $? -ne 0 ] +if [ $? -ne 0 ]; then fetch_release_failure_usage exit 1 fi