diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-11-17 19:49:46 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-11-17 19:49:46 -0400 |
| commit | b98e3a8b8a4b5c7015fa3889ce124842eb2b7fd8 (patch) | |
| tree | 019263eb6e583c2a088b3c9083cb70ad018a8526 | |
| parent | cdf9ac1ddd40b5a0056df6975e922ac80bffa63e (diff) | |
typo
| -rw-r--r-- | joeyconfig.hs | 2 |
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 |
