From d45be4e61df961e766838f690eb00854777cb6e2 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Tue, 11 Oct 2016 10:41:11 -0600 Subject: [PATCH] Fixed verification of Homebrew application installs. - Was pointing to the incorrect macOS Config path now that the base macOS scripts and macOS configuration files have been split into two projects. --- lib/verifiers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/verifiers.sh b/lib/verifiers.sh index 0693234..4e27380 100644 --- a/lib/verifiers.sh +++ b/lib/verifiers.sh @@ -39,7 +39,7 @@ verify_homebrews() { verify_homebrew "$application" "${applications[*]}" fi - done < "$PWD/scripts/homebrew.sh" + done < "$MAC_OS_CONFIG_PATH/bin/install_homebrew" printf "Homebrew check complete.\n" }