diff options
Diffstat (limited to 'git-annex-shell.hs')
-rw-r--r-- | git-annex-shell.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex-shell.hs b/git-annex-shell.hs index 55f34e102..c240b1c19 100644 --- a/git-annex-shell.hs +++ b/git-annex-shell.hs @@ -8,7 +8,7 @@ import System.Environment import Data.List -import qualified GitRepo as Git +import qualified Git import CmdLine import Command import Utility |