feat: rename Loki to Coyote

This commit is contained in:
2026-05-27 12:47:32 -06:00
parent 8b2f54fe1f
commit a122ae36f0
58 changed files with 506 additions and 3202 deletions
+2 -2
View File
@@ -28,7 +28,7 @@ pub fn ensure_password_file_initialized(local_provider: &mut LocalProvider) -> R
}
} else {
Err(anyhow!(
"A password file is required to utilize the Loki vault. Please configure a password file in your config file and try again."
"A password file is required to utilize the Coyote vault. Please configure a password file in your config file and try again."
))
}
}
@@ -95,7 +95,7 @@ pub fn create_vault_password_file(vault: &mut Vault) -> Result<()> {
if !ans {
return Err(anyhow!(
"A password file is required to utilize the Loki vault. Please configure a password file in your config file and try again."
"A password file is required to utilize the Coyote vault. Please configure a password file in your config file and try again."
));
}