Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): work with Git-less Homebrew
Historically, Homebrew cloned the homebrew/core tap using Git. Nowadays, Homebrew might run in a mode where the tap is not cloned from Git. This causes 'git rev-parse HEAD' in collect-copyright to fail. Use the tap_git_head data from the INSTALL_RECEIPT.json file instead. This data is more accurate and it works in Git-less Homebrew.
- Loading branch information