summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-08-12 21:51:37 -0400
committerMatan Kushner <hello@matchai.me>2019-08-12 21:51:37 -0400
commitbddd6a3d6510c14e17c74998a7df2db65ba5e308 (patch)
tree76c887b4fd097666a182025db9fe43435be93b4b
parent6563461564bc805fb7c972e13697187a2f3b2ba7 (diff)
ci: Remove duplicate brew argument
-rw-r--r--ci/bump-brew-formula.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/bump-brew-formula.yml b/ci/bump-brew-formula.yml
index c44005d5b..d3e012f32 100644
--- a/ci/bump-brew-formula.yml
+++ b/ci/bump-brew-formula.yml
@@ -10,5 +10,5 @@ jobs:
git config --global user.email "hello@matchai.me"
git config --global config.helper store
echo "https://matchai:${HOMEBREW_GITHUB_API_TOKEN}@github.com" >> ~/.git-credentials
- brew bump-formula-pr starship --url=https://github.com/starship/starship/archive/${GIT_TAG}.tar.gz --message="Automated release pull request using continuous integration." --no-browse -v starship
+ brew bump-formula-pr --url=https://github.com/starship/starship/archive/${GIT_TAG}.tar.gz --message="Automated release pull request using continuous integration." --no-browse -v starship
displayName: Bump the Homebrew formula