summaryrefslogtreecommitdiff
path: root/Remote/Bup.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Remote/Bup.hs')
-rw-r--r--Remote/Bup.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Remote/Bup.hs b/Remote/Bup.hs
index 771212372..698d1b188 100644
--- a/Remote/Bup.hs
+++ b/Remote/Bup.hs
@@ -29,7 +29,7 @@ import Utility
import Messages
import Ssh
import Remote.Special
-import Remote.Encrypted
+import Remote.Encryptable
import Crypto
type BupRepo = String
@@ -49,7 +49,7 @@ gen r u c = do
bupr <- liftIO $ bup2GitRemote buprepo
(u', bupr') <- getBupUUID bupr u
- return $ encryptedRemote c
+ return $ encryptableRemote c
(storeEncrypted r buprepo)
(retrieveEncrypted buprepo)
Remote {