From 1eb052566243ccc8e1fe06f788437f996f56d135 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Sun, 14 Jun 2020 08:59:49 -0400 Subject: [PATCH] Update macos.sh --- macos/macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos/macos.sh b/macos/macos.sh index 0f5c184..149b624 100755 --- a/macos/macos.sh +++ b/macos/macos.sh @@ -30,4 +30,4 @@ sudo xcodebuild -license accept # Set macOS defaults # Needs to be last since this will restart everything when done # shellcheck disable=SC1091 -source ./macos/defaults.sh +source ./defaults.sh