mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-16 17:33:14 +00:00
Modify PathConfig.PathSlice method and add tests
This commit is contained in:
@@ -32,5 +32,5 @@ func GetDefaultPathConfigs() []byte {
|
||||
[]byte(varReferencePathConfigs),
|
||||
[]byte(nameReferencePathConfigs),
|
||||
}
|
||||
return bytes.Join(configData, []byte(`\n`))
|
||||
return bytes.Join(configData, []byte("\n"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user