diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-08 15:36:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-08 15:43:43 -0400 |
commit | 42e27ceffa8ca585be4a684c43ec187121418b70 (patch) | |
tree | 249bca21cb6eab3c0997d88a33f325d3acb00fb5 /Assistant/MakeRemote.hs | |
parent | 53de52f410dceb5c80bcfd889209b9199f052348 (diff) |
syncNewRemote is not only used for new remotes; rename to syncRemote
Diffstat (limited to 'Assistant/MakeRemote.hs')
-rw-r--r-- | Assistant/MakeRemote.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/MakeRemote.hs b/Assistant/MakeRemote.hs index 866585319..33ca0b2c0 100644 --- a/Assistant/MakeRemote.hs +++ b/Assistant/MakeRemote.hs @@ -32,7 +32,7 @@ makeSshRemote forcersync sshdata mcost = do r <- liftAnnex $ addRemote $ maker (sshRepoName sshdata) sshurl liftAnnex $ maybe noop (setRemoteCost r) mcost - syncNewRemote r + syncRemote r return r where rsync = forcersync || rsyncOnly sshdata |