diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-20 16:11:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-20 16:11:42 -0400 |
commit | 737b5d14c91101d46e20999e33461e9059dd9f28 (patch) | |
tree | 109fb64986ec03679c8ea3c85362eff19aae1ce3 /Command/Map.hs | |
parent | ec746c511f5666fc214eba1a477d1ababfe9d367 (diff) |
moved files around
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 75c5b0b55..3fd6e42a1 100644 --- a/Command/Map.hs +++ b/Command/Map.hs @@ -22,7 +22,7 @@ import Types import Utility import UUID import Trust -import Remote.Helper.Ssh +import Utility.Ssh import qualified Utility.Dot as Dot -- a link from the first repository to the second (its remote) |