Skip to content

Commit

Permalink
/go/cmd/dolt/commands/sql.go: break something for correctness failures
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeegoddd committed Jan 17, 2024
1 parent ae93693 commit 6955228
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/cmd/dolt/commands/sql.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ func (cmd SqlCmd) RequiresRepo() bool {
func (cmd SqlCmd) Exec(ctx context.Context, commandStr string, args []string, dEnv *env.DoltEnv, cliCtx cli.CliContext) int {
ap := cmd.ArgParser()
help, usage := cli.HelpAndUsagePrinters(cli.CommandDocsForCommandString(commandStr, sqlDocs, ap))
return HandleVErrAndExitCode(errhand.VerboseErrorFromError(fmt.Errorf("broken broken broken")), usage)
apr, err := cmd.handleLegacyArguments(ap, commandStr, args)
if err != nil {
if err == argparser.ErrHelp {
Expand Down

0 comments on commit 6955228

Please sign in to comment.