more groundwork for StatelessOpenPGP

no behavior changes
This commit is contained in:
Joey Hess 2024-01-12 12:27:58 -04:00
parent 2fb200a110
commit dd3e779020
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
5 changed files with 27 additions and 25 deletions

View file

@ -1835,7 +1835,7 @@ test_sop_crypto = do
case filter (\(k, _) -> k == ck) gc of
[] -> noop
((_, sopcmd):_) -> go $
Utility.StatelessOpenPGP.SopCmd $
Utility.StatelessOpenPGP.SOPCmd $
Git.Types.fromConfigValue sopcmd
where
ck = fromString "annex.shared-sop-command"