reword again

On second thought, "unlocking" is confusable with git-annex unlock.
This commit is contained in:
Joey Hess 2011-04-17 12:36:12 -04:00
parent 416c5e38e7
commit dd207994bc
2 changed files with 11 additions and 11 deletions

View file

@ -81,7 +81,7 @@ cipherKey (Just c) k = do
Nothing -> case extractCipher c of
Nothing -> return Nothing
Just encipher -> do
showNote "unlocking"
showNote "gpg"
cipher <- liftIO $ decryptCipher c encipher
Annex.changeState (\s -> s { Annex.cipher = Just cipher })
ret cipher