diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-26 16:36:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-26 16:36:31 -0400 |
commit | da0b9c92faa431199589d2d9ea98ea60af6a333f (patch) | |
tree | db86f4de9eef446f2e729553339050a07a058c78 /Command/Uninit.hs | |
parent | 95bd07a3e733d7ef62539423f066f461c83ba36e (diff) |
reorg
Diffstat (limited to 'Command/Uninit.hs')
-rw-r--r-- | Command/Uninit.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Uninit.hs b/Command/Uninit.hs index f608d03fe..3bf6dbe00 100644 --- a/Command/Uninit.hs +++ b/Command/Uninit.hs @@ -12,9 +12,9 @@ import Command import qualified Git import qualified Git.Command import qualified Command.Unannex -import Init import qualified Annex.Branch import Annex.Content +import Annex.Init def :: [Command] def = [addCheck check $ command "uninit" paramPaths seek |