diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-29 13:49:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-29 14:10:12 -0400 |
commit | 05751d55cd8002e6a2a2afc520622fb6697472e3 (patch) | |
tree | 6a86d2ebfd6888f611d86ec33984ab512d28e087 /RemoteClass.hs | |
parent | a3b6586902d6689b07c050b1fc50e19f4115c42e (diff) |
clean up remote.log handling
Diffstat (limited to 'RemoteClass.hs')
-rw-r--r-- | RemoteClass.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/RemoteClass.hs b/RemoteClass.hs index f3cc9379b..0482faac7 100644 --- a/RemoteClass.hs +++ b/RemoteClass.hs @@ -47,8 +47,7 @@ data Remote a = Remote { -- Some remotes can check hasKey without an expensive network -- operation. hasKeyCheap :: Bool, - -- a Remote may have a persistent configuration store - hasConfig :: Bool, + -- a Remote can have a persistent configuration store config :: Maybe (M.Map String String), -- initializes or changes the config of a remote setup :: M.Map String String -> a () |