diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-29 23:48:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-30 00:28:22 -0400 |
commit | 4e9be0d1f86893a469b33b763b55edfe75bdb3aa (patch) | |
tree | e721a64007bc52df419a720caf2907dcf62e54ef /Command/FromKey.hs | |
parent | ef5330120c0b522ff159a5b3caba7a926236947b (diff) |
refactoring and cleanup
No code changes.
Diffstat (limited to 'Command/FromKey.hs')
-rw-r--r-- | Command/FromKey.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Command/FromKey.hs b/Command/FromKey.hs index fe9b5c96a..4e4644708 100644 --- a/Command/FromKey.hs +++ b/Command/FromKey.hs @@ -12,6 +12,7 @@ import Command import qualified Annex.Queue import Annex.Content import Types.Key +import Config def :: [Command] def = [command "fromkey" paramPath seek "adds a file using a specific key"] |