From ea4adfa87e73a2410ba73d719697622579edb97d Mon Sep 17 00:00:00 2001 From: karthik P Date: Fri, 25 Apr 2025 01:52:15 +0530 Subject: [PATCH] fixing comment --- provisioner/powershell/provisioner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provisioner/powershell/provisioner.go b/provisioner/powershell/provisioner.go index 686700ed4..7883a00cc 100644 --- a/provisioner/powershell/provisioner.go +++ b/provisioner/powershell/provisioner.go @@ -99,7 +99,7 @@ type Config struct { UsePwsh bool `mapstructure:"use_pwsh"` // The encoding of the script file. This is used to set the encoding of the powershell file that gets written by - //packer. The default is UTF-8. + // packer. The default is UTF-8. Currently only "utf-8-bom" and utf-8 are supported. FileEncoding string `mapstructure:"file_encoding"` ctx interpolate.Context