builder/hyperone: Update schema for cli config

pull/8444/head
Adam Dobrawy 6 years ago
parent 3b091e6046
commit a97ff7ce8b

@ -293,7 +293,7 @@ type cliConfig struct {
Profile struct { Profile struct {
APIKey string `json:"apiKey"` APIKey string `json:"apiKey"`
Project struct { Project struct {
ID string `json:"_id"` ID string `json:"id"`
} `json:"project"` } `json:"project"`
} `json:"profile"` } `json:"profile"`
} }

Loading…
Cancel
Save