From 4655b194c77b0d196ebc8f45e17754c4be46e291 Mon Sep 17 00:00:00 2001 From: Glauber Costa Date: Tue, 1 Jul 2025 16:05:00 -0500 Subject: [PATCH] limbo -> turso Fix user-visible string --- cli/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/app.rs b/cli/app.rs index 6108154d1..d34af6920 100644 --- a/cli/app.rs +++ b/cli/app.rs @@ -589,7 +589,7 @@ impl Limbo { std::process::exit(args.code); } Command::Quit => { - let _ = self.writeln("Exiting Limbo SQL Shell."); + let _ = self.writeln("Exiting Turso SQL Shell."); let _ = self.close_conn(); self.save_history(); std::process::exit(0)