mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Fix curl command in download-latest script
This commit is contained in:
parent
752a0e13ad
commit
af65ccfd6a
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ esac
|
|||
|
||||
# Fetch the Meilisearch binary
|
||||
link="https://github.com/meilisearch/meilisearch/releases/download/$latest/$release_file"
|
||||
curl --fail-with-body -OL "$link"
|
||||
curl --fail -OL "$link"
|
||||
if [ $? -ne 0 ]; then
|
||||
fetch_release_failure_usage
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue