diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-07-10 20:40:30 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-07-10 20:40:30 -0400 |
commit | fc9b378d13cbefba24337d77ec42d080215b8182 (patch) | |
tree | 2f8fc1a5e2da022458d8bddb8bf8201657be94e8 /CmdLine | |
parent | 41ef4b363d155294e77ef8054fb93e2075e89ae2 (diff) |
converted ViCfg (trivially)
Diffstat (limited to 'CmdLine')
-rw-r--r-- | CmdLine/GitAnnex.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CmdLine/GitAnnex.hs b/CmdLine/GitAnnex.hs index 391237ca1..c60e7ecb6 100644 --- a/CmdLine/GitAnnex.hs +++ b/CmdLine/GitAnnex.hs @@ -79,7 +79,7 @@ import qualified Command.GroupWanted import qualified Command.Required import qualified Command.Schedule import qualified Command.Ungroup ---import qualified Command.Vicfg +import qualified Command.Vicfg import qualified Command.Sync --import qualified Command.Mirror --import qualified Command.AddUrl @@ -157,7 +157,7 @@ cmds = , Command.Required.cmd , Command.Schedule.cmd , Command.Ungroup.cmd --- , Command.Vicfg.cmd + , Command.Vicfg.cmd -- , Command.LookupKey.cmd -- , Command.ContentLocation.cmd -- , Command.ExamineKey.cmd |