Skip to content

Commit c1156fc

Browse files
committed
Fixes proper output
1 parent 35bbdc3 commit c1156fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/converter/converter.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func NewMachineConfig(data Parameters) MachineConfig.MachineConfig {
176176
fileContent := "data:text/plain;charset=utf-8;base64,"
177177

178178
if data.Plain == true {
179-
fileContent = "data:," + fileToPlain(data.LocalPath)
179+
fileContent = fileToPlain(data.LocalPath)
180180

181181
} else {
182182
// Create the base64 data with the proper ignition prefix

0 commit comments

Comments
 (0)