1
0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2024-09-20 09:21:32 +02:00

fixed typo

This commit is contained in:
Nils Domrose 2019-05-28 07:48:17 +02:00
parent ee277de707
commit 4859932d35

View File

@ -147,7 +147,7 @@ fn check_db() {
}
}
println!("{}", url.to_string());
db::get_connection().expect("Can't conect to DB");
db::get_connection().expect("Can't connect to DB");
}
fn check_rsa_keys() {