Skip to content

Commit

Permalink
fix: newline typo
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Jun 6, 2024
1 parent 447ecd3 commit c14334e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action/config/load.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ func (c *Config) Load(ctx *cli.Context) error {

// check if the color flag is available
// and if it is set in the context

if strings.Contains(f, internal.FlagColor) &&
!ctx.IsSet(internal.FlagColor) {
// set the color field to value from config
Expand Down

0 comments on commit c14334e

Please sign in to comment.