1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

#5262: fix onedb image typo (#861)

This commit is contained in:
Alejandro Huertas Herrero 2021-02-23 12:52:58 +01:00 committed by GitHub
parent 37c7357fe8
commit a8c391fd89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,7 @@ module OneDBFsck
log_error("Marketplace App #{id} is missing from Image #{oid} APP_CLONES id list")
end
h_e = doc.create_element('ID')
i_e = doc.create_element('ID')
clones_new_elem.add_child(i_e).content = id.to_s
end