summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-22 14:41:40 -0700
committerTim Smith <tsmith@chef.io>2018-08-22 14:41:40 -0700
commit9ebd49d506f6debfde723486359abcf952041c26 (patch)
treecc0928b1241905b2fcda05820ad27c8a2510fde7
parent645435d2a2356a5c0814a5f5a9150a82de007361 (diff)
downloadchef-9ebd49d506f6debfde723486359abcf952041c26.tar.gz
Use obvious fix in the dep update script
This is probably a better idea legally vs. having a bot sign off the DCO. Same change was done in DK already. Signed-off-by: Tim Smith <tsmith@chef.io>
-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 baaedb90c5..24c4c89830 100644
--- a/.expeditor/update_dep.sh
+++ b/.expeditor/update_dep.sh
@@ -9,7 +9,7 @@ bundle install
bundle exec rake dependencies:update
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." --message "Signed-off-by: Chef CI <oss@chef.io>"
+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." --message "Obvious fix - no DCO required"
open_pull_request