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/Git.hs | |
parent | 355ef8f3ea230b9ae0613bcea8c90203663ccd2a (diff) |
renamed RsyncFile -> Rsync
Diffstat (limited to 'Remote/Git.hs')
-rw-r--r-- | Remote/Git.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Git.hs b/Remote/Git.hs index 06e9ef1eb..626476c18 100644 --- a/Remote/Git.hs +++ b/Remote/Git.hs @@ -16,7 +16,7 @@ import Control.Exception.Extensible import Common.Annex import Utility.CopyFile -import Utility.RsyncFile +import Utility.Rsync import Remote.Helper.Ssh import Types.Remote import qualified Git |