aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 9ee50a3..b69e6b5 100644
--- a/main.go
+++ b/main.go
@@ -79,6 +79,7 @@ Running debby with any other arguments will run it as a dolt command.`
case "":
// Execute command or if it's not a valid command, run as SQL
if !ExecuteDoltCommand(args...) {
+ fmt.Println("Not a valid dolt command. Running as SQL.")
err = RunSQL(strings.Join(args, " "), "")
if err != nil {
fmt.Println(err)