From 4e6287d02e0ccf3cbc7b3c50bc6e1f8e25f9cb7a Mon Sep 17 00:00:00 2001 From: dcore94 Date: Wed, 3 Aug 2022 17:17:00 +0200 Subject: [PATCH] removed trailing space --- focal-fossa/packer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/focal-fossa/packer.json b/focal-fossa/packer.json index a57953e..19710f7 100644 --- a/focal-fossa/packer.json +++ b/focal-fossa/packer.json @@ -1,8 +1,8 @@ { "builders": [ { - "type": "{{ user `type` }}", - "name": "{{ user `name`}} ", + "type": "lxd", + "name": "{{ user `name`}}", "image": "ubuntu:20.04", "output_image": "{{ user `name` }}:{{user `id`}}", "publish_properties": {