diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-16 20:49:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-16 20:49:54 -0400 |
commit | a55faff08fd9173edaf22a1de46cf7fafe89ebb7 (patch) | |
tree | 70af0671d3b927005e51021671bc4395046aa630 /Command/Map.hs | |
parent | 4545a0e78cf675c6bbbcdd86b5c06bf99bb0c7e9 (diff) |
reorg Remote/*
Diffstat (limited to 'Command/Map.hs')
-rw-r--r-- | Command/Map.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Map.hs b/Command/Map.hs index 07f127f14..75c5b0b55 100644 --- a/Command/Map.hs +++ b/Command/Map.hs @@ -22,7 +22,7 @@ import Types import Utility import UUID import Trust -import Remote.Ssh +import Remote.Helper.Ssh import qualified Utility.Dot as Dot -- a link from the first repository to the second (its remote) |