diff options
Diffstat (limited to '')
| -rw-r--r-- | filamento/examples/example.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/filamento/examples/example.rs b/filamento/examples/example.rs index f2b787b..e36968d 100644 --- a/filamento/examples/example.rs +++ b/filamento/examples/example.rs @@ -7,7 +7,7 @@ use tracing::info;  #[tokio::main]  async fn main() {      tracing_subscriber::fmt::init(); -    let db = Db::create_connect_and_migrate(Path::new("./filamentoa.db")) +    let db = Db::create_connect_and_migrate(Path::new("./filamento.db"))          .await          .unwrap();      let (client, mut recv) = | 
