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 ff3b473fa..3655ce483 100644 --- a/Remote/Rsync.hs +++ b/Remote/Rsync.hs @@ -19,7 +19,7 @@ import Annex.Content import Remote.Helper.Special import Remote.Helper.Encryptable import Crypto -import Utility.RsyncFile +import Utility.Rsync import Annex.Perms type RsyncUrl = String |