diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-19 14:28:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-19 14:28:32 -0400 |
commit | 45a26175d64349b7c13c3bd0aa626947529ca2a2 (patch) | |
tree | f2e7b6473665f68325831fabdb87d0e6dec50f83 /Remote/Rsync.hs | |
parent | 355ef8f3ea230b9ae0613bcea8c90203663ccd2a (diff) |
renamed RsyncFile -> Rsync
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 |