mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 17:24:18 +02:00
fix ilm show completion
This commit is contained in:
@@ -67,6 +67,7 @@ func IlmNames(conf *cfg.Config) ([]string, error) {
|
|||||||
|
|
||||||
for name := range res {
|
for name := range res {
|
||||||
names[idx] = name
|
names[idx] = name
|
||||||
|
idx++
|
||||||
}
|
}
|
||||||
|
|
||||||
return names, nil
|
return names, nil
|
||||||
|
|||||||
Reference in New Issue
Block a user