Skip to content

Commit

Permalink
quick update
Browse files Browse the repository at this point in the history
  • Loading branch information
ferronrsmith committed Nov 9, 2023
1 parent f2e5c91 commit 1aff1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/multielasticdump
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ if (options.direction === 'dump') {
break
}
case 'datastream': {
matchedIndexes = response.data_streams.filter(stream => matchRegExp.test(stream)).map(stream => stream.name)
matchedIndexes = response.data_streams.filter(stream => matchRegExp.test(stream.name)).map(stream => stream.name)
break
}
default:
Expand Down

0 comments on commit 1aff1ce

Please sign in to comment.