Fix thaoe remote to work with latest tahoe (v. 1.10.0)
This commit is contained in:
parent
80a783ab4c
commit
0f7c2dd39b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue