From 8d030bdd7995b4ed83e76ea5abdc5bf120ecd3ed Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 5 Sep 2023 17:05:06 +0200 Subject: [PATCH] typo --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 30c1fe3..460ad56 100755 --- a/scripts/restore +++ b/scripts/restore @@ -186,7 +186,7 @@ ynh_script_progression --message="Setting up source files..." --weight=1 # detect_arch comes from _common.sh / personnal helpers architecture="$(detect_arch)" -# compare is the system arch is different from the binary arch +# compare if the system arch is different from the binary arch # if so, download the correct binary if [ "$architecture" != "$(file "$final_path"/gotosocial | cut -d ',' -f 2 | tr -d ' ')" ] then