Skip to content

Commit

Permalink
Fix network settings uneditable with config command (arduino#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza authored May 13, 2021
1 parent da658ab commit b1764d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/config/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ var validMap = map[string]reflect.Kind{
"sketch.always_export_binaries": reflect.Bool,
"metrics.addr": reflect.String,
"metrics.enabled": reflect.Bool,
"network.proxy": reflect.String,
"network.user_agent_ext": reflect.String,
}

func typeOf(key string) (reflect.Kind, error) {
Expand Down

0 comments on commit b1764d1

Please sign in to comment.