summaryrefslogtreecommitdiff
path: root/.expeditor/update_version.sh
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-12-20 21:53:38 -0800
committerGitHub <noreply@github.com>2019-12-20 21:53:38 -0800
commit093a657ff8266573eb2182e1ba3a34dc392e22ad (patch)
tree0c73278eaa52e3c7f44dbe52d82a7bba1140ca80 /.expeditor/update_version.sh
parentcacf2ec72ca4f07f60a6ea97abd287a754d635ac (diff)
parent322fd21cee0815102af8bdc2be8b016d6ea346f0 (diff)
downloadwmi-lite-093a657ff8266573eb2182e1ba3a34dc392e22ad.tar.gz
Merge pull request #11 from chef/testing
Migrate testing to Buildkite
Diffstat (limited to '.expeditor/update_version.sh')
-rw-r--r--.expeditor/update_version.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/update_version.sh b/.expeditor/update_version.sh
index 38723c2..9538662 100644
--- a/.expeditor/update_version.sh
+++ b/.expeditor/update_version.sh
@@ -8,5 +8,5 @@ set -evx
sed -i -r "s/^(\s*)VERSION = \".+\"/\1VERSION = \"$(cat VERSION)\"/" lib/wmi-lite/version.rb
-# 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.