diff --git a/cmd/fossa/config.go b/cmd/fossa/config.go index 3f263b3ee9..ca68f23c69 100644 --- a/cmd/fossa/config.go +++ b/cmd/fossa/config.go @@ -23,7 +23,7 @@ type configFileV1 struct { // Upload configuration. APIKey string `yaml:"api_key"` Server string - Fetcher string // for now we don't allow use to set this + Fetcher string // for now we don't allow users to set this Project string Revision string }