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