We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35bbdc3 commit c1156fcCopy full SHA for c1156fc
pkg/converter/converter.go
@@ -176,7 +176,7 @@ func NewMachineConfig(data Parameters) MachineConfig.MachineConfig {
176
fileContent := "data:text/plain;charset=utf-8;base64,"
177
178
if data.Plain == true {
179
- fileContent = "data:," + fileToPlain(data.LocalPath)
+ fileContent = fileToPlain(data.LocalPath)
180
181
} else {
182
// Create the base64 data with the proper ignition prefix
0 commit comments