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:
@@ -39,7 +39,7 @@ verify_homebrews() {
|
|||||||
|
|
||||||
verify_homebrew "$application" "${applications[*]}"
|
verify_homebrew "$application" "${applications[*]}"
|
||||||
fi
|
fi
|
||||||
done < "$PWD/scripts/homebrew.sh"
|
done < "$MAC_OS_CONFIG_PATH/bin/install_homebrew"
|
||||||
|
|
||||||
printf "Homebrew check complete.\n"
|
printf "Homebrew check complete.\n"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user