diff options
Diffstat (limited to 'Command/LookupKey.hs')
-rw-r--r-- | Command/LookupKey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/LookupKey.hs b/Command/LookupKey.hs index 7964213fe..aa83266cb 100644 --- a/Command/LookupKey.hs +++ b/Command/LookupKey.hs @@ -13,7 +13,7 @@ import Annex.CatFile import Types.Key def :: [Command] -def = [notBareRepo $ +def = [notBareRepo $ noCommit $ noMessages $ command "lookupkey" (paramRepeating paramFile) seek SectionPlumbing "looks up key used for file"] |