Skip to content

Commit 07047f7

Browse files
fix argio.ReadAll call
1 parent 53256fb commit 07047f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal/pkg/cli/command/index/vector

internal/pkg/cli/command/index/vector/upsert.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func NewUpsertCmd() *cobra.Command {
6363
}
6464

6565
func runUpsertCmd(ctx context.Context, options upsertCmdOptions) {
66-
b, src, err := argio.ReadAll(options.body, true)
66+
b, src, err := argio.ReadAll(options.body)
6767
if err != nil {
6868
msg.FailMsg("Failed to read upsert body (%s): %s", style.Emphasis(src.Label), err)
6969
exit.Error(err, "Failed to read upsert body")

0 commit comments

Comments
 (0)