From a97ff7ce8b8d53c528a6473cff9b8337c3000055 Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Tue, 3 Dec 2019 14:19:30 +0100 Subject: [PATCH] builder/hyperone: Update schema for cli config --- builder/hyperone/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/hyperone/config.go b/builder/hyperone/config.go index dfd3acf35..6c5d5eefb 100644 --- a/builder/hyperone/config.go +++ b/builder/hyperone/config.go @@ -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"` }