packer-cn/provisioner/powershell
Taliesin Sisson d61513bf77 Encode powershell using utf8
Fix a bug in the size of string that was returned when decoding a base64 string
Added tests around encoding and decoding powershell scripts. Used [System.Convert]::ToBase64String([System.Text.Encoding]::UTF8.GetBytes('powershell commands')) | clip to generate what base 64 strings should look like
2016-12-12 22:44:54 +00:00
..
elevated.go Make hiding of progress backward compatible with old versions of powershell 2016-12-12 22:44:48 +00:00
powershell.go Encode powershell using utf8 2016-12-12 22:44:54 +00:00
provisioner.go Encode powershell using utf8 2016-12-12 22:44:54 +00:00
provisioner_test.go Encode powershell using utf8 2016-12-12 22:44:54 +00:00