From add5dbd9452052a14680f57ce82883c801467c2d Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Mon, 27 Apr 2020 13:12:25 +0300 Subject: [PATCH] indentation --- macos-guest-virtualbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index 56f2469..afe5850 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -131,7 +131,7 @@ elif [[ "${SHELL}" =~ /zsh ]]; then echo "The script appears to be running on bash inside zsh." echo "Please explicitly execute the script with zsh or edit the #! at the top of the" echo "script so it points to the zsh executable." - fi + fi echo "Exiting." exit elif [[ "${ZSH_VERSION:0:1}" -lt 5 ]]; then