fixing comment

This commit is contained in:
karthik P
2025-04-25 01:52:15 +05:30
parent 61b7fafa79
commit ea4adfa87e
+1 -1
View File
@@ -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