builder/hyperone: Update schema for cli config
This commit is contained in:
parent
3b091e6046
commit
a97ff7ce8b
|
@ -293,7 +293,7 @@ type cliConfig struct {
|
|||
Profile struct {
|
||||
APIKey string `json:"apiKey"`
|
||||
Project struct {
|
||||
ID string `json:"_id"`
|
||||
ID string `json:"id"`
|
||||
} `json:"project"`
|
||||
} `json:"profile"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue