Skip to content

Commit

Permalink
#5262: fix onedb image typo (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Huertas Herrero authored Feb 23, 2021
1 parent 37c7357 commit a8c391f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onedb/fsck/image.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def check_image
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

Expand Down

0 comments on commit a8c391f

Please sign in to comment.