summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-09 19:09:56 -0700
committerGitHub <noreply@github.com>2018-08-09 19:09:56 -0700
commitecde4267878799df5bbfe2c4f2bf2297c73bd865 (patch)
tree7785c3b6ae6eeba0b0b67d91434354bd3b08be43
parentc64b3be5c59ce006b90e36efacf5faaf65615afc (diff)
parent615dc463039f5235055eb5b49bb8de68a7948d6f (diff)
downloadchef-ecde4267878799df5bbfe2c4f2bf2297c73bd865.tar.gz
Merge pull request #7535 from chef/expeditor
Fix bundle update syntax in update_dep.sh
-rw-r--r--.expeditor/update_dep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/update_dep.sh b/.expeditor/update_dep.sh
index 13cc63ccc0..a27df411d5 100644
--- a/.expeditor/update_dep.sh
+++ b/.expeditor/update_dep.sh
@@ -5,7 +5,7 @@ set -evx
branch="expeditor/${GEM_NAME}_${VERSION}"
git checkout -b "$branch"
-bundle update $GEM_NAME -v $VERSION
+bundle update $GEM_NAME
git add .
git commit --message "Bump $GEM_NAME to $VERSION" --message "This pull request was triggered automatically via Expeditor when $GEM_NAME $VERSION was promoted to Rubygems."