fix english
This commit is contained in:
parent
e53ba4f2a1
commit
d68ddf5d5e
|
@ -86,7 +86,7 @@ async fn main() -> Result<ExitCode, Box<dyn std::error::Error>> {
|
||||||
}
|
}
|
||||||
if args.recreate_cache || !config::get_cache_path().exists() {
|
if args.recreate_cache || !config::get_cache_path().exists() {
|
||||||
create_cache()?;
|
create_cache()?;
|
||||||
println!("New cache was created");
|
println!("New cache has been created");
|
||||||
}
|
}
|
||||||
match args.api_key {
|
match args.api_key {
|
||||||
None => {}
|
None => {}
|
||||||
|
|
Reference in New Issue