diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-26 14:26:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-26 14:26:43 -0400 |
commit | 78d3add86b564149cd1e7c4527deffbf30cf839b (patch) | |
tree | 6c5d54557f30dc1bafcf6b52eca31c5a75b31df8 /Remote/Bup.hs | |
parent | 20a451a58bf6be3359d458cebb9e9e192313e11a (diff) |
tweak field name
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 56b8071ee..3dfedfec6 100644 --- a/Remote/Bup.hs +++ b/Remote/Bup.hs @@ -60,7 +60,7 @@ gen r u c = do , whereisKey = Nothing , config = c , repo = r - , path = if bupLocal buprepo && not (null buprepo) + , localpath = if bupLocal buprepo && not (null buprepo) then Just buprepo else Nothing , remotetype = remote |