Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tbantle22 committed Oct 3, 2024
1 parent d803b92 commit 4587cad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ func DoDoltConflictsResolve(ctx *sql.Context, args []string) (int, error) {
return 1, err
}

err = ResolveDataConflicts(ctx, dSess, ws.WorkingRoot(), dbName, ours, doltdb.ToTableNames(strTableNames, doltdb.DefaultSchemaName))
err = ResolveDataConflicts(ctx, dSess, ws.WorkingRoot(), dbName, ours, tableNames)
if err != nil {
return 1, err
}
Expand Down

0 comments on commit 4587cad

Please sign in to comment.