Fix docker image build failing
This commit is contained in:
parent
b5378c1296
commit
140a8b6804
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user