From 801c170ab993b65e05607169455b86863846e53c Mon Sep 17 00:00:00 2001 From: oiseauroch Date: Fri, 23 Dec 2022 11:36:28 +0100 Subject: [PATCH] fix typo --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 52c42a2..3e0c238 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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