Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
build-order
calculation inside diff-pr.sh
I noticed this while reviewing the recent `kong` diff and seeing this odd bit: ```diff diff --git a/_bashbrew-list-build-order b/kong_2/kong.tar.gz similarity index 100% copy from _bashbrew-list-build-order copy to kong_2/kong.tar.gz ``` Knowing that `kong.tar.gz` is supposed to be an empty file, I wondered why `_bashbrew-list-build-order` was apparently empty, and discovered that it's because `.TagEntries` is only available/valid when we're actually passing _tags_ to `bashbrew`. 😅
- Loading branch information