From 759cadaf0daa0624dc1c1c32bf9eb6ca89265391 Mon Sep 17 00:00:00 2001 From: jugglinmike Date: Wed, 9 Feb 2022 15:19:01 -0500 Subject: [PATCH] Correct typo (#11555) --- .../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 e644a096c..061b45d24 100644 --- a/website/content/guides/automatic-operating-system-installs/autounattend_windows.mdx +++ b/website/content/guides/automatic-operating-system-installs/autounattend_windows.mdx @@ -57,7 +57,7 @@ If you want to be able to use provisioners, the Answer file must also contain a script that sets up SSH or WinRM so that Packer can connect to the instance. Finally, your Packer build will be much smoother if the Answer File handles or -disables windows updates rather than you tyring to run them using a Packer +disables windows updates rather than you trying to run them using a Packer provisioner. This is because the winrm communicator does not handle the disconnects caused by automatic reboots in Windows updates well, and the disconnections can fail a build.