fix: Fix a typo in utf8-troubleshoot

This commit is contained in:
Kirill Elagin 2021-11-13 14:58:17 -05:00
parent f3537cd7c1
commit a67af96fc6

View File

@ -135,7 +135,7 @@ showEnv = do
mapM_ showEnvVar
[ "LANG"
, "LC_CTYPE"
, "LC_ALL="
, "LC_ALL"
]
showLocales :: IO ()