From 189cd463600680f7a550aa186b772999368c3d39 Mon Sep 17 00:00:00 2001 From: flx5 <1330854+flx5@users.noreply.github.com> Date: Mon, 27 Sep 2021 12:04:38 +0200 Subject: [PATCH] Fix filename in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9285722..e29ffa3 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ $ go build -o packer-plugin-xenserver # Add the builder to the location packer expects it to be installed in $ mkdir -p ~/.packer.d/plugins/ -$ cp builder-xenserver-iso ~/.packer.d/plugins/packer-builder-xenserver-iso +$ cp packer-plugin-xenserver ~/.packer.d/plugins/packer-plugin-xenserver ``` # Documentation