mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-20 23:45:18 +01:00
limbo -> turso
Fix user-visible string
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user