summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-03-31 16:37:02 -0700
committerTim Smith <tsmith@chef.io>2019-03-31 16:37:02 -0700
commit1767cecab210119d75893d065db84e4b1e6e0195 (patch)
tree55da57ef7b80d8f2787227ef28a65c55415c370b /.expeditor
parent4339111816c7d728d791fa017fe6269405b41353 (diff)
downloadchef-1767cecab210119d75893d065db84e4b1e6e0195.tar.gz
Add release notes placeholders
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rwxr-xr-x.expeditor/update_version.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/update_version.sh b/.expeditor/update_version.sh
index 18c4a75747..e058d06f06 100755
--- a/.expeditor/update_version.sh
+++ b/.expeditor/update_version.sh
@@ -17,5 +17,5 @@ sed -i -r "s/VersionString\.new\(\".+\"\)/VersionString.new(\"$(cat VERSION)\")/
# Update the version inside Gemfile.lock
bundle update chef chef-config --jobs=7 --conservative
-# Once Expeditor finshes executing this script, it will commit the changes and push
+# Once Expeditor finishes executing this script, it will commit the changes and push
# the commit as a new tag corresponding to the value in the VERSION file.