mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-26 10:37:04 -06:00
Update go/cmd/dolt/commands/pull.go
Co-authored-by: Jason Fulghum <jason@dolthub.com>
This commit is contained in:
@@ -146,7 +146,7 @@ func (cmd PullCmd) Exec(ctx context.Context, commandStr string, args []string, d
|
||||
return
|
||||
}
|
||||
if len(rows) != 1 {
|
||||
err = fmt.Errorf("Runtime error: merge operation returned unexpected number of rows: ", len(rows))
|
||||
err = fmt.Errorf("Runtime error: merge operation returned unexpected number of rows: %d", len(rows))
|
||||
errChan <- err
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user