Closed sorairolake closed 6 months ago
| preserves newlines, so the current usage tries to run FORMULA-2 as a command.
|
FORMULA-2
Expected expand results:
brew bump --open-pr --formulae FORMULA-1 FORMULA-2 FORMULA-3
Actual results:
This actual result is probably unexpected. So, I fix it to use > to fold newlines.
>
Thanks so much for your first contribution! Without people like you submitting PRs we couldn't run this project. You rock, @sorairolake!
|
preserves newlines, so the current usage tries to runFORMULA-2
as a command.Expected expand results:
Actual results:
This actual result is probably unexpected. So, I fix it to use
>
to fold newlines.