mirror of
https://github.com/YunoHost-Apps/meilisearch_ynh.git
synced 2024-09-03 19:45:59 +02:00
typo
This commit is contained in:
parent
7e374c0d66
commit
661f511a2b
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ fi
|
|||
release_file=meilisearch-linux-$arch
|
||||
curl -OL https://github.com/meilisearch/MeiliSearch/releases/download/$latest/meilisearch-linux-$arch
|
||||
chmod +x "$release_file"
|
||||
mv "$release_file" /usr/bin/mailisearch
|
||||
mv "$release_file" /usr/bin/meilisearch
|
||||
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue