diff options
author | Joey Hess <joey@kitenet.net> | 2012-05-02 11:43:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-05-02 11:43:30 -0400 |
commit | 913775410bb1b30116c3550c43389747c3b0cf14 (patch) | |
tree | df908a5d9195c32ab0e9ce7435005a3c199eb1e3 /Utility/RsyncFile.hs | |
parent | 5337c4e0c4e9f7a803a77532057a20f7c54fe28a (diff) |
update
Diffstat (limited to 'Utility/RsyncFile.hs')
-rw-r--r-- | Utility/RsyncFile.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/RsyncFile.hs b/Utility/RsyncFile.hs index fae23d4ce..db9057843 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 |