We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa95f80 commit 51f48caCopy full SHA for 51f48ca
rust/src/metadata.rs
@@ -68,7 +68,7 @@ fn new_metadata(log: &Logger) -> Metadata {
68
}
69
70
pub fn get_metadata(log: &Logger) -> Metadata {
71
- let metadata_path = get_cache_folder().join(METADATA_FILE);
+ let metadata_path = get_metadata_path();
72
log.trace(format!("Reading metadata from {}", metadata_path.display()));
73
74
if metadata_path.exists() {
0 commit comments