From 71cfe76db162bed36a48d70df2a35db91c0044a5 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sat, 4 Jun 2022 16:27:25 -0600 Subject: forgot to end if --- patch_iso.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/patch_iso.sh b/patch_iso.sh index b4863a8..6fe8f0c 100755 --- a/patch_iso.sh +++ b/patch_iso.sh @@ -40,6 +40,7 @@ if [[ ERROR -ne 0 ]]; then echo "Try running 'xcode-select --install'." else echo "Please consult your system's package manager." + fi exit 0 fi -- cgit v1.2.3