Fix docker build failing

This commit is contained in:
Geometrically
2021-01-25 13:15:32 -07:00
parent fcd548c313
commit 269884d9f3

View File

@@ -598,7 +598,7 @@ impl Version {
let mut file_hashes = HashMap::new();
for hash in &hashes {
if hash.0.0 == file_id.0 {
if (hash.0).0 == file_id.0 {
file_hashes.insert(hash.1.clone(), hash.2.clone());
}
}