mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 19:24:17 +02:00
conversion from string cells to any cells in printer.Table
This commit is contained in:
@@ -229,7 +229,7 @@ func RoleDiff(conf *cfg.Config, csvfile, role string) error {
|
||||
defined = printer.Colorize(conf, "red", "undefined")
|
||||
}
|
||||
|
||||
table.Entries[idx] = []string{
|
||||
table.Entries[idx] = []any{
|
||||
row.name,
|
||||
deployed,
|
||||
defined,
|
||||
|
||||
Reference in New Issue
Block a user