diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-15 17:47:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-15 17:47:03 -0400 |
commit | ee9af605bc6c59365e6080e34d7c615978ba21d8 (patch) | |
tree | 2c69d7dd4d652f16a9b4f8acca822986664e0d78 /Command/ConfigList.hs | |
parent | ec169f84b1cc140b6d4c316fbd0e8407297d038a (diff) |
break out non-log stuff to separate module
Diffstat (limited to 'Command/ConfigList.hs')
-rw-r--r-- | Command/ConfigList.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/ConfigList.hs b/Command/ConfigList.hs index b50c759ee..43315f67c 100644 --- a/Command/ConfigList.hs +++ b/Command/ConfigList.hs @@ -9,7 +9,7 @@ module Command.ConfigList where import Common.Annex import Command -import Logs.UUID +import Annex.UUID command :: [Command] command = [repoCommand "configlist" paramNothing seek |