aboutsummaryrefslogtreecommitdiff
path: root/Command/LookupKey.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-29 13:20:24 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-29 13:20:24 -0400
commit06da0e06162cf62d2bac67c8d8da7160e0d0c74d (patch)
treeff3e370e1472452e9d265699fe95fc66363a93e3 /Command/LookupKey.hs
parent5a6ca3a66b1d7cc87ff544cb713f07133da36ca0 (diff)
Fix reversion in lookupkey, contentlocation, and examinekey which caused them to sometimes output side messages.
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)