mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-18 22:11:39 -04:00
fixing comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user