summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2017-11-17 19:49:46 -0400
committerJoey Hess2017-11-17 19:49:46 -0400
commitb98e3a8b8a4b5c7015fa3889ce124842eb2b7fd8 (patch)
tree019263eb6e583c2a088b3c9083cb70ad018a8526 /joeyconfig.hs
parentcdf9ac1ddd40b5a0056df6975e922ac80bffa63e (diff)
typo
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 81d1bf87..daa31bc3 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -558,7 +558,7 @@ standardSystemUnhardened suite arch motd = propertyList "standard system" $ prop
& osDebian suite arch
& Hostname.sane
& Hostname.searchDomain
- & Locale.available "en_US.utf8"
+ & Locale.available "en_US.UTF-8"
& File.hasContent "/etc/motd" ("":motd++[""])
& Apt.stdSourcesList `onChange` Apt.upgrade
& Apt.cacheCleaned