mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 00:32:09 -04:00
Update build_windows_test.go
This commit is contained in:
parent
3fb7ddf509
commit
b0238e6f4a
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ import "strings"
|
|||
func init() {
|
||||
spaghettiCarbonara = fixWindowsLineEndings(spaghettiCarbonara)
|
||||
lasagna = fixWindowsLineEndings(lasagna)
|
||||
tiramisu = fixWindowsLineEndings(tiramisu)
|
||||
}
|
||||
|
||||
func fixWindowsLineEndings(s string) string {
|
||||
|
|
|
|||
Loading…
Reference in a new issue