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