1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

#5262: fix onedb image typo (#861)

(cherry picked from commit a8c391fd89b4a8b880d8d68232c230d326797e0c)
This commit is contained in:
Alejandro Huertas Herrero 2021-02-23 12:52:58 +01:00 committed by Ruben S. Montero
parent 70d2c609bf
commit a00504660f
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

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