Closed fredemmott closed 5 years ago
e.g. if we have the commit:
bottle do + :high_sierra done
but master now has:
bottle do :mojave done
the patch will fail to apply, and git won't be able to merge it.
Instead:
brew bottle --merge
This should stop #126 from re-occurring.
e.g. if we have the commit:
but master now has:
the patch will fail to apply, and git won't be able to merge it.
Instead:
brew bottle --merge
to re-create the commit on new baseThis should stop #126 from re-occurring.