From af1cac6c632bc7ea59ffc626ff2b18f0626928c5 Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Mon, 25 Oct 2021 12:39:15 +0200 Subject: [PATCH] Fix typo --- scripts/run_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_linux.sh b/scripts/run_linux.sh index 2f3b4ac..29f3c80 100644 --- a/scripts/run_linux.sh +++ b/scripts/run_linux.sh @@ -45,6 +45,6 @@ fi if [ ${MACHINE_TYPE} == 'x86_64' ]; then cd ../binary_distrib/linux64 else - cd ../binarey_distrib/linux32 + cd ../binary_distrib/linux32 fi tar -czvf ../../binary_distrib.tar.gz *