From 565ca6627cf78adc12c8fec1a01fbc09692921b2 Mon Sep 17 00:00:00 2001 From: Zach Shilton <4624598+zchsh@users.noreply.github.com> Date: Sat, 20 Mar 2021 21:51:42 -0400 Subject: [PATCH] website: revert test of plugin docs config validation --- website/data/docs-remote-plugins.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/data/docs-remote-plugins.json b/website/data/docs-remote-plugins.json index 8c247cfab..ab7aecb94 100644 --- a/website/data/docs-remote-plugins.json +++ b/website/data/docs-remote-plugins.json @@ -2,6 +2,7 @@ { "title": "Docker", "path": "docker", - "repo": "hashicorp/packer-plugin-docker" + "repo": "hashicorp/packer-plugin-docker", + "version": "v0.0.4" } ]