mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
Make brew bump-formula-pr
usages consistent.
Partial #638 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
parent
bc7e78c85a
commit
b2b0735815
1 changed files with 3 additions and 3 deletions
|
@ -54,11 +54,11 @@ revision="$(git rev-parse "${version_tag}")"
|
|||
echo "==> 🧪 Updating mas homebrew-core formula to version tag ${version_tag} @ revision ${revision}"
|
||||
|
||||
brew bump-formula-pr \
|
||||
--tag="${version_tag}" \
|
||||
--revision="${revision}" \
|
||||
--tag "${version_tag}" \
|
||||
--revision "${revision}" \
|
||||
--strict \
|
||||
--verbose \
|
||||
--online \
|
||||
--verbose \
|
||||
--no-browse \
|
||||
--fork-org mas-cli \
|
||||
${dry_run} \
|
||||
|
|
Loading…
Reference in a new issue