summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2016-11-09 16:10:31 -0500
committerGitHub <noreply@github.com>2016-11-09 16:10:31 -0500
commit1422fe922421206d90d21e1b32aeff04e64d938d (patch)
treed40d8a54c5039ae612bc5394504789bc7f2c51c0
parentfc0ead5b9ec6aa28ae263f8f9c6bc4c7310c9471 (diff)
parent45751889f6daa65004287d29825ef11bedbcc0d4 (diff)
downloadchef-1422fe922421206d90d21e1b32aeff04e64d938d.tar.gz
Merge pull request #5531 from chef/td/fix-version-bumper-encoding
Add UTF-8 environment var to version bumper
-rwxr-xr-xci/version_bump.sh2
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