Skip to content

Commit c087eb1

Browse files
authored
Fix double quote error on locale (#3481)
1 parent e82dbaa commit c087eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CF_DIAL_TIMEOUT ?= 15
22
NODES ?= 10
33
FLAKE_ATTEMPTS ?=5
44
PACKAGES ?= api actor command types util version integration/helpers
5-
LC_ALL = "en_US.UTF-8"
5+
LC_ALL = en_US.UTF-8
66

77
## TODO: Change when new version is released
88
CF_BUILD_VERSION ?= v9.0.0

0 commit comments

Comments
 (0)