Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xalanq committed Aug 15, 2019
1 parent 8832afe commit d80dac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ import (

// SetGenAfterParse set it yes or no
func (c *Config) SetGenAfterParse() (err error) {
c.GenAfterParse = util.YesOrNo(`Run "cf gen" after "cf test" (y/n)? `)
c.GenAfterParse = util.YesOrNo(`Run "cf gen" after "cf parse" (y/n)? `)
return c.save()
}

0 comments on commit d80dac4

Please sign in to comment.