diff options
Diffstat (limited to 'Remote/Helper/Ssh.hs')
-rw-r--r-- | Remote/Helper/Ssh.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Helper/Ssh.hs b/Remote/Helper/Ssh.hs index cef30082b..4ec772296 100644 --- a/Remote/Helper/Ssh.hs +++ b/Remote/Helper/Ssh.hs @@ -20,7 +20,7 @@ import Messages.Progress import Utility.Metered import Utility.Rsync import Types.Remote -import Logs.Transfer +import Types.Transfer import Config {- Generates parameters to ssh to a repository's host and run a command. |