Update case of member in comment

This commit is contained in:
Matt Keeler 2018-03-29 15:06:48 -04:00
parent 4e6f0f9a79
commit 92ceaaad81
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ func New(ui cli.Ui) *cmd {
type cmd struct {
UI cli.Ui
flags *flag.FlagSet
// ConfigFormat forces all config files to be interpreted as this
// configFormat forces all config files to be interpreted as this
// format independent of their extension.
configFormat string
quiet bool