fix english

This commit is contained in:
Mateusz Słodkowicz 2024-03-20 19:20:31 +01:00
parent e53ba4f2a1
commit d68ddf5d5e
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ async fn main() -> Result<ExitCode, Box<dyn std::error::Error>> {
}
if args.recreate_cache || !config::get_cache_path().exists() {
create_cache()?;
println!("New cache was created");
println!("New cache has been created");
}
match args.api_key {
None => {}