From eb39a3120e885247015395822a2603c46c639067 Mon Sep 17 00:00:00 2001 From: Florian Sommerfeld Date: Tue, 31 Aug 2021 10:46:07 +0200 Subject: [PATCH] Fix typo in autounattend_windows.mdx (#11233) --- .../autounattend_windows.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/guides/automatic-operating-system-installs/autounattend_windows.mdx b/website/content/guides/automatic-operating-system-installs/autounattend_windows.mdx index ad6525fee..cc446ced4 100644 --- a/website/content/guides/automatic-operating-system-installs/autounattend_windows.mdx +++ b/website/content/guides/automatic-operating-system-installs/autounattend_windows.mdx @@ -66,7 +66,7 @@ disconnections can fail a build. The chef-maintained bento boxes are a great example of a windows build that sets up openssh as part of the unattended installation so that Packer can -connect using the SSH communicator. They functioning answer files for every +connect using the SSH communicator. The functioning answer files for every modern Windows version can be found [here](https://github.com/chef/bento/tree/master/packer_templates/windows/answer_files). Stefan Scherer's [packer-windows repo](https://github.com/StefanScherer/packer-windows)