Skip to content

Commit

Permalink
fix(config): indentation in ReadEnv
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia committed Jul 26, 2021
1 parent 46c92e3 commit 7c615a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func (c *Config) ReadEnv(indent pp.Indent) bool { //nolint:cyclop
pp.Printf(indent, pp.EmojiMute, "Quiet mode enabled.")
} else {
pp.Printf(indent, pp.EmojiEnvVars, "Reading settings . . .")
indent = 1
indent++
}

if !readAuth(c.Quiet, indent, &c.Auth) ||
Expand Down

0 comments on commit 7c615a7

Please sign in to comment.