diff options
author | Tim Smith <tsmith@chef.io> | 2018-08-23 10:48:14 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-08-23 10:48:14 -0700 |
commit | 29362d3b2fecc023de4e8682fbb40abcd630bb9b (patch) | |
tree | 4f33e9816ea37190b8a37559ed16840b56050e26 | |
parent | 6add481cf6eab66677e3143601a36cc10602ca33 (diff) | |
download | chef-29362d3b2fecc023de4e8682fbb40abcd630bb9b.tar.gz |
More wording updates
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | .expeditor/update_dep.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/update_dep.sh b/.expeditor/update_dep.sh index ef2bd3e6a7..14ef80463b 100644 --- a/.expeditor/update_dep.sh +++ b/.expeditor/update_dep.sh @@ -21,7 +21,7 @@ git add . # give a friendly message for the commit and make sure it's noted for any future audit of our codebase that no # DCO sign-off is needed for this sort of PR since it contains no intellectual property -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 "This change falls under the obvious fix so no Developer Certificate of Origin (DCO) is required." +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 "This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required." open_pull_request |