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