Don't show "(gpg)" when decrypting the remote encryption cipher, since this could be taken to read that's the only time git-annex runs gpg, which is not the case.
This commit is contained in:
parent
17a76b6292
commit
55fa1789dd
3 changed files with 5 additions and 1 deletions
|
@ -109,7 +109,6 @@ remoteCipher' c = go $ extractCipher c
|
|||
case M.lookup encipher cache of
|
||||
Just cipher -> return $ Just (cipher, encipher)
|
||||
Nothing -> do
|
||||
showNote "gpg"
|
||||
cipher <- liftIO $ decryptCipher encipher
|
||||
Annex.changeState (\s -> s { Annex.ciphers = M.insert encipher cipher cache })
|
||||
return $ Just (cipher, encipher)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue