worker: add a forgotten toml tag
The TOML library translates the field names 1:1, so now you have to use: [Composer] proxy: "abcd" This is not idiomatic though so let's add the toml tag to make it [composer]. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
fa38246575
commit
8666abc4ba
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ func main() {
|
|||
var config struct {
|
||||
Composer *struct {
|
||||
Proxy string `toml:"proxy"`
|
||||
}
|
||||
} `toml:"composer"`
|
||||
Koji map[string]struct {
|
||||
Kerberos *struct {
|
||||
Principal string `toml:"principal"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue