vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit 4859932d35b459f12eadd48019618c3aae9889be
parent ee277de707d66b1dbcec6ad5c3b21c9b2745b3d2
Author: Nils Domrose <nils.domrose@inovex.de>
Date:   Tue, 28 May 2019 07:48:17 +0200

fixed typo

Diffstat:
Msrc/main.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.rs b/src/main.rs @@ -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() {