From da74f8196d8df20ba592528b995d753382b30ff2 Mon Sep 17 00:00:00 2001 From: Jaymala Sinha Date: Mon, 14 Oct 2019 13:09:54 -0400 Subject: Use correct version file Signed-off-by: Jaymala Sinha --- .expeditor/update_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.expeditor') 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. -- cgit v1.2.1