Skip to content

Commit

Permalink
Fix typo in template.go (#1869)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Rafraf <[email protected]>
  • Loading branch information
mohamed-rafraf authored Oct 11, 2024
1 parent 95ee8c0 commit 46cfdfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func decodeCloudInitFile(hardwareName string) Action {
"FS_TYPE": fsType,
"CHROOT": "y",
"DEFAULT_INTERPRETER": "/bin/sh -c",
"CMD_LINE": fmt.Sprintf("cat /tmp/%s-bootstrap-config | base64 -d > ''/var/lib/cloud/seed/nocloud/user-data'", hardwareName),
"CMD_LINE": fmt.Sprintf("cat /tmp/%s-bootstrap-config | base64 -d > '/var/lib/cloud/seed/nocloud/user-data'", hardwareName),
},
}
}
Expand Down

0 comments on commit 46cfdfe

Please sign in to comment.