aboutsummaryrefslogtreecommitdiff
path: root/Remote/Rsync.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-19 14:28:32 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-19 14:28:32 -0400
commit45a26175d64349b7c13c3bd0aa626947529ca2a2 (patch)
treef2e7b6473665f68325831fabdb87d0e6dec50f83 /Remote/Rsync.hs
parent355ef8f3ea230b9ae0613bcea8c90203663ccd2a (diff)
renamed RsyncFile -> Rsync
Diffstat (limited to 'Remote/Rsync.hs')
-rw-r--r--Remote/Rsync.hs2
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