mirror of
https://github.com/rancher/os.git
synced 2025-09-07 01:31:06 +00:00
Fix error format in cloudinit
This commit is contained in:
@@ -57,7 +57,7 @@ func (c *ProcCmdline) Finish() error {
|
||||
}
|
||||
|
||||
func (c *ProcCmdline) String() string {
|
||||
return fmt.Sprintf("%s: %s (lastError: %s)", c.Type(), c.Location, c.lastError)
|
||||
return fmt.Sprintf("%s: %s (lastError: %v)", c.Type(), c.Location, c.lastError)
|
||||
}
|
||||
|
||||
func (c *ProcCmdline) AvailabilityChanges() bool {
|
||||
|
Reference in New Issue
Block a user