Skip to content

Commit ab2b7c1

Browse files
committed
undo comment change as out of scope
1 parent b986bac commit ab2b7c1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cmd/src/main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,7 @@ func (c *config) apiClient(flags *api.Flags, out io.Writer) api.Client {
201201
return api.NewClient(opts)
202202
}
203203

204-
// readConfig reads the config from the standard config file, the (deprecated) user-specified config file,
205-
// the environment variables, and the (deprecated) command-line flags.
204+
// readConfig reads the config file from the given path.
206205
func readConfig() (*config, error) {
207206
cfgFile := *configPath
208207
userSpecified := *configPath != ""

0 commit comments

Comments
 (0)