diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-24 10:54:58 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-24 10:54:58 -0400 |
commit | 5d6b5e61aa4cc10ba5d4ee15f29185421e466664 (patch) | |
tree | c324631fb786f650ebc1c8f97bb806e8338d1caa /Remote/Bup.hs | |
parent | 38488f56da25221e66b3ad306906c5ff7f74c62b (diff) |
fix build
Diffstat (limited to 'Remote/Bup.hs')
-rw-r--r-- | Remote/Bup.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |