summaryrefslogtreecommitdiff
path: root/Command/LookupKey.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/LookupKey.hs')
-rw-r--r--Command/LookupKey.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/LookupKey.hs b/Command/LookupKey.hs
index 1f21a582e..609fe562e 100644
--- a/Command/LookupKey.hs
+++ b/Command/LookupKey.hs
@@ -11,7 +11,7 @@ import Command
import Annex.CatFile
cmd :: Command
-cmd = notBareRepo $ noCommit $
+cmd = notBareRepo $ noCommit $ noMessages $
command "lookupkey" SectionPlumbing
"looks up key used for file"
(paramRepeating paramFile)