projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30c2728
)
fix missing space in warning message
author
Joey Hess
<joeyh@joeyh.name>
Fri, 8 Dec 2023 16:36:33 +0000
(12:36 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Fri, 8 Dec 2023 16:36:33 +0000
(12:36 -0400)
Annex/Content.hs
patch
|
blob
|
history
diff --git
a/Annex/Content.hs
b/Annex/Content.hs
index 6a028d901dce9a40de2669571a22a5f486de46e3..c3766c0abcdd5ee95a1f98fc4e42032af3ccccea 100644
(file)
--- a/
Annex/Content.hs
+++ b/
Annex/Content.hs
@@
-449,7
+449,7
@@
checkSecureHashes' :: Key -> Annex Bool
checkSecureHashes' key = checkSecureHashes key >>= \case
Nothing -> return True
Just msg -> do
- warning $ UnquotedString $ msg ++ "to annex objects"
+ warning $ UnquotedString $ msg ++ "
to annex objects"
return False
data LinkAnnexResult = LinkAnnexOk | LinkAnnexFailed | LinkAnnexNoop