Commit 5cba8f5
committed
fix: initialize GlobalLabels to empty slice to prevent seid parse failure
seid fails with "failed to parse global-labels config" when the field
is nil, which the TOML encoder serializes in a way the binary cannot
parse. Initializing to [][]string{} produces valid empty TOML output.1 parent 3dada50 commit 5cba8f5
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| 203 | + | |
203 | 204 | | |
204 | 205 | | |
205 | 206 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
0 commit comments