summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
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."
}