Fix thaoe remote to work with latest tahoe (v. 1.10.0)

This commit is contained in:
Alberto Berti 2014-03-26 00:31:02 +01:00
parent 80a783ab4c
commit 0f7c2dd39b

View file

@ -216,7 +216,7 @@ readTahoe hdl command params = withTahoeConfigDir hdl $ \configdir ->
tahoeParams :: TahoeConfigDir -> String -> [CommandParam] -> [CommandParam]
tahoeParams configdir command params =
Param command : Param "-d" : File configdir : params
Param "-d" : File configdir : Param command : params
storeCapability :: UUID -> Key -> Capability -> Annex ()
storeCapability u k cap = setRemoteState u k cap