aboutsummaryrefslogtreecommitdiff
path: root/git-annex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'git-annex.hs')
-rw-r--r--git-annex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.hs b/git-annex.hs
index 370c22a1e..098ccac2d 100644
--- a/git-annex.hs
+++ b/git-annex.hs
@@ -9,7 +9,7 @@ import System.Environment
import qualified Annex
import Core
-import Commands
+import CmdLine
import qualified GitRepo as Git
import BackendList