From 9756cac31866f4c196c90d21def5d4d290974d77 Mon Sep 17 00:00:00 2001 From: Nathan Pierce Date: Thu, 19 May 2022 17:44:55 -0400 Subject: [PATCH] fixed makefile dist/docs problem --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ee1a28..1bec620 100644 --- a/Makefile +++ b/Makefile @@ -96,4 +96,4 @@ go.hcl2spec: install-packer-sdc #generate-docs: @ Generate packer docs generate-docs: install-packer-sdc @pushd dist/; packer-sdc renderdocs -src ../docs -partials docs-partials/ -dst docs/ - @/bin/sh -c "[ -d docs ] && zip -r docs.zip docs/" \ No newline at end of file + @/bin/sh -c "[ -d dist/docs ] && zip -r docs.zip docs/" \ No newline at end of file