diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-15 17:08:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-15 17:08:55 -0400 |
commit | b3bd559c7c814fc26c2887a535837ff4fb4c7c51 (patch) | |
tree | ed19959410b91060550b799b2e91578db12e3680 /Command | |
parent | 0897e17b533593418890a1e57939520c5a242d06 (diff) |
finish wiring up groupwanted
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Vicfg.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Vicfg.hs b/Command/Vicfg.hs index 94fc36184..c62769c95 100644 --- a/Command/Vicfg.hs +++ b/Command/Vicfg.hs @@ -158,7 +158,7 @@ genCfg cfg descs = unlines $ intercalate [""] where gline g = com $ unwords [ "standard" - , fromStandardGroup g, "=", preferredContent g + , fromStandardGroup g, "=", standardPreferredContent g ] schedule = settings cfg descs cfgScheduleMap |