Skip to content

Commit

Permalink
Merge pull request #896 from wyardley/wyardley/860-part-2
Browse files Browse the repository at this point in the history
Update formatting for config validation
  • Loading branch information
elliotforbes authored Mar 31, 2023
2 parents ea62439 + 4aa74cb commit c6fe24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

func printValues(values Values) {
for key, value := range values {
fmt.Printf("\t%s:\t%s", key, value)
fmt.Fprintf(os.Stderr, "%-18s %s\n", key+":", value)
}
}

Expand Down

0 comments on commit c6fe24f

Please sign in to comment.