We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a41711 commit 47dc11fCopy full SHA for 47dc11f
main.go
@@ -102,7 +102,7 @@ func main() {
102
103
// The sql-server command has special cased logic since it doesn't invoke a Dolt command directly, but runs a server
104
// and waits for it to finish
105
- if subCommandName == "" || subCommandName == "sql-server" {
+ if subCommandName == "sql-server" {
106
err = runServer(ctx, dEnv)
107
if err != nil {
108
cli.PrintErrln(err.Error())
0 commit comments