Skip to content

Commit

Permalink
error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhikhapare committed Jul 6, 2023
1 parent ccf63af commit 93b0c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/civo/api_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func TryCivoConfigFile(path string) sdk.Importer {

}

if len(config.Properties) == 0 {
if len(config.APIKeys) == 0 {
return
}

Expand Down

0 comments on commit 93b0c01

Please sign in to comment.