diff options
Diffstat (limited to 'Remote/Rsync.hs')
-rw-r--r-- | Remote/Rsync.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Rsync.hs b/Remote/Rsync.hs index aa2507fff..80e194fed 100644 --- a/Remote/Rsync.hs +++ b/Remote/Rsync.hs @@ -29,7 +29,7 @@ import Remote.Special import Remote.Encryptable import Crypto import Messages -import RsyncFile +import Utility.RsyncFile type RsyncUrl = String |