builder/hyperone: Update schema for cli config

This commit is contained in:
Adam Dobrawy 2019-12-03 14:19:30 +01:00
parent 3b091e6046
commit a97ff7ce8b
1 changed files with 1 additions and 1 deletions

View File

@ -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"`
} }