summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-10-14 10:15:06 -0700
committerGitHub <noreply@github.com>2019-10-14 10:15:06 -0700
commit1e082d18c2889e78b7022397cb76bc288acb4358 (patch)
tree3711dec1062585aa27f7ae9edb818d9bbf238e37
parent7210d0fc1b38cfc6d3e197e970284a962ec0f3c8 (diff)
parentda74f8196d8df20ba592528b995d753382b30ff2 (diff)
downloadffi-yajl-1e082d18c2889e78b7022397cb76bc288acb4358.tar.gz
Merge pull request #104 from chef/jsinha/fix_version
Use correct version file
-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 c79a54b..b9cfaa7 100755
--- a/.expeditor/update_version.sh
+++ b/.expeditor/update_version.sh
@@ -8,7 +8,7 @@ set -evx
VERSION=$(cat VERSION)
-sed -i -r "s/^(\\s*)VERSION = \".+\"/\\1VERSION = \"$VERSION\"/" lib/mixlib/shellout/version.rb
+sed -i -r "s/^(\\s*)VERSION = \".+\"/\\1VERSION = \"$VERSION\"/" lib/ffi_yajl/version.rb
# Once Expeditor finshes executing this script, it will commit the changes and push
# the commit as a new tag corresponding to the value in the VERSION file.