mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 16:04: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 {
|
||||
names[idx] = name
|
||||
idx++
|
||||
}
|
||||
|
||||
return names, nil
|
||||
|
||||
Reference in New Issue
Block a user