mirror of
https://github.com/rancher/os.git
synced 2025-09-01 23:04:41 +00:00
Fix golint errors
This commit is contained in:
@@ -104,7 +104,7 @@ func imagesFromConfig(cfg *config.CloudConfig) []string {
|
||||
i := 0
|
||||
for image := range imagesMap {
|
||||
images[i] = image
|
||||
i += 1
|
||||
i++
|
||||
}
|
||||
sort.Strings(images)
|
||||
return images
|
||||
|
Reference in New Issue
Block a user