diff options
Diffstat (limited to 'Remote/Bup.hs')
-rw-r--r-- | Remote/Bup.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Remote/Bup.hs b/Remote/Bup.hs index a598e5599..43d28a40f 100644 --- a/Remote/Bup.hs +++ b/Remote/Bup.hs @@ -20,6 +20,7 @@ import qualified Git.Config import qualified Git.Construct import qualified Git.Ref import Config +import Config.Cost import Remote.Helper.Ssh import Remote.Helper.Special import Remote.Helper.Encryptable @@ -44,7 +45,7 @@ gen r u c gc = do bupr <- liftIO $ bup2GitRemote buprepo cst <- remoteCost gc $ if bupLocal buprepo - then semiCheapRemoteCost + then nearlyCheapRemoteCost else expensiveRemoteCost (u', bupr') <- getBupUUID bupr u |