Skip to content

Commit 6511ea5

Browse files
committed
run: start downloading with correct sequence (lastState + 1)
Error was introduced with go-osm refactoring.
1 parent 9f95e9f commit 6511ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update/run.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func Run(baseOpts config.Base) {
5454
downloader := diff.NewDownloader(
5555
baseOpts.DiffDir,
5656
replicationURL,
57-
s.Sequence,
57+
s.Sequence+1,
5858
baseOpts.ReplicationInterval,
5959
)
6060
nextSeq := downloader.Sequences()

0 commit comments

Comments
 (0)