summaryrefslogtreecommitdiff
path: root/Command/SendKey.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 /Command/SendKey.hs
parent355ef8f3ea230b9ae0613bcea8c90203663ccd2a (diff)
renamed RsyncFile -> Rsync
Diffstat (limited to 'Command/SendKey.hs')
-rw-r--r--Command/SendKey.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/SendKey.hs b/Command/SendKey.hs
index aa6d5c4fc..6fcbf7075 100644
--- a/Command/SendKey.hs
+++ b/Command/SendKey.hs
@@ -10,7 +10,7 @@ module Command.SendKey where
import Common.Annex
import Command
import Annex.Content
-import Utility.RsyncFile
+import Utility.Rsync
import Logs.Transfer
import qualified Fields