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.
This commit is contained in:
Brooke Kuhlmann
2016-10-11 10:41:11 -06:00
parent 8fbf63a783
commit d45be4e61d

View File

@@ -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"
}