From 7aff5d6e53ee529e2977c1f5d4af524c3c92df48 Mon Sep 17 00:00:00 2001 From: Alberto Berti Date: Wed, 26 Mar 2014 00:31:02 +0100 Subject: Fix thaoe remote to work with latest tahoe (v. 1.10.0) --- Remote/Tahoe.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Remote') diff --git a/Remote/Tahoe.hs b/Remote/Tahoe.hs index 56a17eb62..d265d7ac1 100644 --- a/Remote/Tahoe.hs +++ b/Remote/Tahoe.hs @@ -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 -- cgit v1.2.3