summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
authorChristoph Kluenter <ckluente@thoughtworks.com>2016-04-06 15:29:21 +0200
committerChristoph Kluenter <ckluente@thoughtworks.com>2016-04-06 15:29:21 +0200
commit147976a44a30b3cf0ca7e7da660b9119e9e2b646 (patch)
treed699b2559403fa8a0af56460018363311654c022 /service/go
parent54e946eff87a24122997a109f946dc649c8f0498 (diff)
Revert "use a working utf-8 locale in more places"
This reverts commit 54e946eff87a24122997a109f946dc649c8f0498.
Diffstat (limited to 'service/go')
-rwxr-xr-xservice/go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/go b/service/go
index f7bb7bce..eb69341d 100755
--- a/service/go
+++ b/service/go
@@ -67,7 +67,7 @@ function runPep8 {
function runJSHint {
echo "Executing JSHint."
cd ../web-ui
- LC_ALL=C.UTF-8 ./go jshint
+ LC_ALL=en_US.UTF-8 ./go jshint
cd -
echo "Done."
}