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 54023eab7..1a0d96935 100644 --- a/Command/LookupKey.hs +++ b/Command/LookupKey.hs @@ -14,7 +14,7 @@ import Annex.CatFile import Types.Key cmd :: Command -cmd = notBareRepo $ noCommit $ noMessages $ +cmd = notBareRepo $ noCommit $ command "lookupkey" SectionPlumbing "looks up key used for file" (paramRepeating paramFile) |