From 516e919c5e3a5a2bf591f065f2b9760494c05b99 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Mon, 15 Feb 2021 15:15:00 +0100 Subject: [PATCH] Update init.mdx --- website/content/docs/commands/init.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/commands/init.mdx b/website/content/docs/commands/init.mdx index e0875474b..e4c3dbad1 100644 --- a/website/content/docs/commands/init.mdx +++ b/website/content/docs/commands/init.mdx @@ -46,7 +46,7 @@ packer { required_plugins { happycloud = { version = ">= 2.7.0" - source = "azr/happycloud" + source = "github.com/azr/happycloud" } } }