summaryrefslogtreecommitdiff
path: root/Ssh.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Ssh.hs')
-rw-r--r--Ssh.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ssh.hs b/Ssh.hs
index 0cf2919c2..21e72c083 100644
--- a/Ssh.hs
+++ b/Ssh.hs
@@ -9,7 +9,7 @@ module Ssh where
import Control.Monad.State (liftIO)
-import qualified GitRepo as Git
+import qualified Git
import Utility
import Types
import Config