fix ovf end tag

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
Abhishek Kumar 2026-02-27 11:53:32 +05:30
parent 8655f61631
commit 196dd7fb28
1 changed files with 1 additions and 0 deletions

View File

@ -352,6 +352,7 @@ public class OvfXmlUtil {
sb.append("<SpecParams><source>urandom</source></SpecParams>");
sb.append("</Item>");
sb.append("</Section>");
sb.append("</Content>");
sb.append("</ovf:Envelope>");