Skip to content

Commit 179c819

Browse files
Update pbm/restore/logical.go
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 95a3454 commit 179c819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pbm/restore/logical.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@ func (r *Restore) applyOplog(ctx context.Context, ranges []oplogRange, options *
13331333

13341334
func (r *Restore) snapshot(input io.Reader, cloneNS snapshot.CloneNS, excludeRouterCollections bool) error {
13351335
rf, err := snapshot.NewRestore(
1336-
r.brief.URI,
1336+
r.brief.URI,
13371337
r.cfg, cloneNS,
13381338
r.numParallelColls,
13391339
r.numInsertionWorkersPerCol,

0 commit comments

Comments
 (0)