From 6b14b6282a11451122eff987581373e91e7bedec Mon Sep 17 00:00:00 2001 From: Timo Sugliani Date: Sat, 3 Jan 2015 14:34:37 +0100 Subject: [PATCH] Update plugins.html.markdown I think this is the required PATH for windows. --- website/source/docs/extend/plugins.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/extend/plugins.html.markdown b/website/source/docs/extend/plugins.html.markdown index 12db22150..c257fb702 100644 --- a/website/source/docs/extend/plugins.html.markdown +++ b/website/source/docs/extend/plugins.html.markdown @@ -50,7 +50,7 @@ found later, it will take precedence over one found earlier. 1. The directory where `packer` is, or the executable directory. -2. `~/.packer.d/plugins` on Unix systems or `%APPDATA%/packer.d` on +2. `~/.packer.d/plugins` on Unix systems or `%APPDATA%/packer.d/plugins` on Windows. 3. The current working directory.