1874: Fix small typo in download-latest.sh r=curquiza a=curquiza



Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com>
This commit is contained in:
bors[bot] 2021-11-04 09:50:55 +00:00 committed by GitHub
commit ec0716ddd1
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-swift/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