fix ilm show completion

This commit is contained in:
2026-07-06 14:15:14 +02:00
parent 67faee8f1c
commit a366cb5010

View File

@@ -67,6 +67,7 @@ func IlmNames(conf *cfg.Config) ([]string, error) {
for name := range res {
names[idx] = name
idx++
}
return names, nil