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