From ccf63afeb9970a208171d0d2041da3d75b3c24e4 Mon Sep 17 00:00:00 2001 From: siddhikhapare Date: Thu, 6 Jul 2023 15:54:28 +0530 Subject: [PATCH] api_key file updated --- plugins/civo/api_key.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/civo/api_key.go b/plugins/civo/api_key.go index 44cfaebd4..ded6bd0e8 100644 --- a/plugins/civo/api_key.go +++ b/plugins/civo/api_key.go @@ -134,5 +134,5 @@ func TryCivoConfigFile(path string) sdk.Importer { } type Config struct { - Properties map[string]string `json:"apikeys"` + APIKeys map[string]string `json:"apikeys"` }