Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmu committed Dec 14, 2023
1 parent 2a41711 commit 47dc11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func main() {

// The sql-server command has special cased logic since it doesn't invoke a Dolt command directly, but runs a server
// and waits for it to finish
if subCommandName == "" || subCommandName == "sql-server" {
if subCommandName == "sql-server" {
err = runServer(ctx, dEnv)
if err != nil {
cli.PrintErrln(err.Error())
Expand Down

0 comments on commit 47dc11f

Please sign in to comment.