Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix usage for bump-{formulae,packages} #530

Merged
merged 1 commit into from Apr 22, 2024

Conversation

sorairolake
Copy link
Contributor

@sorairolake sorairolake commented Apr 22, 2024

| preserves newlines, so the current usage tries to run FORMULA-2 as a command.

Expected expand results:

brew bump --open-pr --formulae FORMULA-1 FORMULA-2 FORMULA-3

Actual results:

brew bump --open-pr --formulae FORMULA-1
FORMULA-2
FORMULA-3

This actual result is probably unexpected. So, I fix it to use > to fold newlines.

@MikeMcQuaid MikeMcQuaid merged commit 35cdeaf into Homebrew:master Apr 22, 2024
@MikeMcQuaid
Copy link
Member

Thanks so much for your first contribution! Without people like you submitting PRs we couldn't run this project. You rock, @sorairolake!

@sorairolake sorairolake deleted the fix-bump-usage branch April 22, 2024 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants