Fix docker image build failing

This commit is contained in:
Geometrically 2021-01-24 22:49:28 -07:00
parent b5378c1296
commit 140a8b6804
No known key found for this signature in database
GPG Key ID: 90C056FDC8FC9FF0

View File

@ -517,7 +517,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());
}
}