From fa6da73ae5e51251e57a13a30948b0a04d822201 Mon Sep 17 00:00:00 2001 From: Oliver Kurth Date: Tue, 19 Sep 2023 13:02:00 -0700 Subject: [PATCH] Fix typo, from PR #29 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 856ad5a..571882b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ OVA files require stream optimized disk image files (`.vmdk`) so that they can b The OVF file that will be embedded can be generated using `ova-compose` from a simple yaml config file. -`ova-compose` will can then create the final OVA from the OVF file, the vmdk images and a manifest (a file that contains checksums of the other files). +`ova-compose` will then create the final OVA from the OVF file, the vmdk images and a manifest (a file that contains checksums of the other files). There is also the legacy tool `mkova.sh` that generates OVF files from templates.