From a3b15973640042af7da0ed540db690c711fbf6ec Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sat, 27 Jan 2024 20:33:38 +0000 Subject: [PATCH] chore: fix packer fmt. --- tests/packer/main.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/packer/main.pkr.hcl b/tests/packer/main.pkr.hcl index 90844b5a..8052351f 100644 --- a/tests/packer/main.pkr.hcl +++ b/tests/packer/main.pkr.hcl @@ -13,7 +13,7 @@ packer { version = "~> 1" } vagrant = { - source = "github.com/hashicorp/vagrant" + source = "github.com/hashicorp/vagrant" version = "~> 1" } }