summaryrefslogtreecommitdiff
path: root/Utility/RsyncFile.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-05-02 11:38:27 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-05-02 11:38:27 -0400
commit5337c4e0c4e9f7a803a77532057a20f7c54fe28a (patch)
tree6495a3984ec8d84dd402baa3f749c6f8707db5dc /Utility/RsyncFile.hs
parent834e73cde5f1669384641a8df3b8c542e240db29 (diff)
rsync protocol?
Diffstat (limited to 'Utility/RsyncFile.hs')
-rw-r--r--Utility/RsyncFile.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/RsyncFile.hs b/Utility/RsyncFile.hs
index a691d0a0e..fae23d4ce 100644
--- a/Utility/RsyncFile.hs
+++ b/Utility/RsyncFile.hs
@@ -58,7 +58,7 @@ rsyncUrlIsShell s
| "rsync://" `isPrefixOf` s = False
| otherwise = go s
where
- -- host:dir is rsync protocol, while host:dir is ssh/rsh
+ -- host:dir is rsync protocol, while host/dir is ssh/rsh
go [] = False
go (c:cs)
| c == '/' = False -- got to directory with no colon