diff --git a/update/run.go b/update/run.go index d56a242e..8d083e4f 100644 --- a/update/run.go +++ b/update/run.go @@ -54,7 +54,7 @@ func Run(baseOpts config.Base) { downloader := diff.NewDownloader( baseOpts.DiffDir, replicationURL, - s.Sequence, + s.Sequence+1, baseOpts.ReplicationInterval, ) nextSeq := downloader.Sequences()