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
43530e6c99
commit
558ee51d5c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ ynh_detect_arch(){
|
||||||
echo $architecture
|
echo $architecture
|
||||||
}
|
}
|
||||||
|
|
||||||
installation_mailisearch() {
|
installation_mailisearch(){
|
||||||
arch=$(ynh_detect_arch)
|
arch=$(ynh_detect_arch)
|
||||||
url=""
|
url=""
|
||||||
if [[ $arch = "amd64" ]]
|
if [[ $arch = "amd64" ]]
|
||||||
|
|
Loading…
Reference in a new issue