aboutsummaryrefslogtreecommitdiff
path: root/Remote/Encryptable.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Remote/Encryptable.hs')
-rw-r--r--Remote/Encryptable.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Remote/Encryptable.hs b/Remote/Encryptable.hs
index 27c4e7f46..31ef1f37a 100644
--- a/Remote/Encryptable.hs
+++ b/Remote/Encryptable.hs
@@ -80,6 +80,7 @@ remoteCipher c = do
Nothing -> case extractCipher c of
Nothing -> return Nothing
Just encipher -> do
+ showNote "gpg"
cipher <- liftIO $ decryptCipher c encipher
Annex.changeState (\s -> s { Annex.cipher = Just cipher })
return $ Just cipher