diff options
author | Bryan McLellan <btm@loftninjas.org> | 2016-11-09 16:10:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-09 16:10:31 -0500 |
commit | 1422fe922421206d90d21e1b32aeff04e64d938d (patch) | |
tree | d40d8a54c5039ae612bc5394504789bc7f2c51c0 | |
parent | fc0ead5b9ec6aa28ae263f8f9c6bc4c7310c9471 (diff) | |
parent | 45751889f6daa65004287d29825ef11bedbcc0d4 (diff) | |
download | chef-1422fe922421206d90d21e1b32aeff04e64d938d.tar.gz |
Merge pull request #5531 from chef/td/fix-version-bumper-encoding
Add UTF-8 environment var to version bumper
-rwxr-xr-x | ci/version_bump.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/version_bump.sh b/ci/version_bump.sh index 147442666a..5526f7b725 100755 --- a/ci/version_bump.sh +++ b/ci/version_bump.sh @@ -2,6 +2,8 @@ set -evx +export LANG=en_US.UTF-8 + . ci/bundle_install.sh bundle exec rake version:bump |