mirror of
https://github.com/YunoHost-Apps/garage_ynh.git
synced 2024-09-03 18:36:32 +02:00
fix typo
This commit is contained in:
parent
fa52d0a4b4
commit
801c170ab9
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ garage_connect() {
|
|||
i=$(( i + 1 ))
|
||||
if [ $i -gt 30 ]
|
||||
then
|
||||
ynh_die --message="unable to get layout from remove peer"
|
||||
ynh_die --message="unable to get layout from remote peer"
|
||||
fi
|
||||
sleep 1
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue