diff --git a/internal/view/v1/api.go b/internal/view/v1/api.go index 5c40ab6..5c68abc 100644 --- a/internal/view/v1/api.go +++ b/internal/view/v1/api.go @@ -66,7 +66,7 @@ func (g *global) getDataFromAPI() (*resp, error) { ) if len(g.config.APIKey) == 0 { - return nil, fmt.Errorf("No API key specified. Setup instructions are in the README.") + return nil, fmt.Errorf("no API key specified. Setup instructions are in the README") } params = append(params, "key="+g.config.APIKey)