Skip to content

Commit 08e9296

Browse files
committed
fix(cli): fix update_branch when lang isn't english
This fix will resolve apache/openserverless#45
1 parent 2d98437 commit 08e9296

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/update_branch.bats

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ setup() {
2020
load 'test_helper/bats-assert/load'
2121
export NO_COLOR=1
2222
export OPS_BRANCH="$(cat ../branch.txt)"
23+
export LANG=en_US.UTF-8
24+
export LANGUAGE=en_US.UTF-8
25+
export LC_ALL=en_US.UTF-8
2326
rm -rf ~/.ops
2427
ops -update
2528
cd ~/.ops/$OPS_BRANCH/olaris

0 commit comments

Comments
 (0)