Update web vault error message

This commit is contained in:
Daniel García 2019-01-29 21:44:46 +01:00
parent 2a60414031
commit f42ac5f2c0
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ fn check_web_vault() {
let index_path = Path::new(&CONFIG.web_vault_folder()).join("index.html");
if !index_path.exists() {
error!("Web vault is not found. Please follow the steps in the README to install it");
error!("Web vault is not found. To install it, please follow the steps in https://github.com/dani-garcia/bitwarden_rs/wiki/Building-binary#install-the-web-vault");
exit(1);
}
}