reword again
On second thought, "unlocking" is confusable with git-annex unlock.
This commit is contained in:
parent
416c5e38e7
commit
dd207994bc
2 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue