From 5d6b5e61aa4cc10ba5d4ee15f29185421e466664 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 24 Oct 2012 10:54:58 -0400 Subject: fix build --- Remote/Bup.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote/Bup.hs b/Remote/Bup.hs index 57f0092a6..916095cc9 100644 --- a/Remote/Bup.hs +++ b/Remote/Bup.hs @@ -111,7 +111,7 @@ bupSplitParams r buprepo k src = do let os = map Param $ words o showOutput -- make way for bup output return $ bupParams "split" buprepo - (os ++ [Param "-n", Param (bupRef k), src]) + (os ++ [Param "-n", Param (bupRef k)] ++ src) store :: Git.Repo -> BupRepo -> Key -> AssociatedFile -> MeterUpdate -> Annex Bool store r buprepo k _f _p = do -- cgit v1.2.3