From fd199999ace45e9968d6754efa42d8e369a597c2 Mon Sep 17 00:00:00 2001 From: Suikan <26223147+suikan4github@users.noreply.github.com> Date: Sat, 3 Jul 2021 12:04:14 +0900 Subject: [PATCH] Correct missspelled command retrun -> return --- script/ubuntu-kaiten-yaki.sh | 2 +- script/void-kaiten-yaki.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script/ubuntu-kaiten-yaki.sh b/script/ubuntu-kaiten-yaki.sh index 31edb18..34b4b8f 100644 --- a/script/ubuntu-kaiten-yaki.sh +++ b/script/ubuntu-kaiten-yaki.sh @@ -161,7 +161,7 @@ function post_install_local() { ...Ready to reboot. HEREDOC - retrun 0 + return 0 } # End of post_install_local() diff --git a/script/void-kaiten-yaki.sh b/script/void-kaiten-yaki.sh index af6fd85..423ffc4 100644 --- a/script/void-kaiten-yaki.sh +++ b/script/void-kaiten-yaki.sh @@ -188,7 +188,7 @@ function post_install_local() { ...Ready to reboot. HEREDOC - retrun 0 + return 0 } # End of post_install_local()