Update download-latest.sh

This commit is contained in:
Clémentine Urquizar - curqui 2022-01-26 17:54:22 +01:00 committed by GitHub
parent a5759139bf
commit db56d6cb11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ latest="$(get_latest)"
if [ "$latest" = '' ]; then if [ "$latest" = '' ]; then
echo '' echo ''
echo 'Impossible to get the latest stable version of Meilisearch.' echo 'Impossible to get the latest stable version of Meilisearch.'
echo 'Please let us know about this issue: https://github.com/meilisearch/Meilisearch/issues/new/choose' echo 'Please let us know about this issue: https://github.com/meilisearch/meilisearch/issues/new/choose'
exit 1 exit 1
fi fi