Skip to content

Commit

Permalink
impl topaz config info
Browse files Browse the repository at this point in the history
  • Loading branch information
gertd committed May 3, 2024
1 parent 889130d commit 395015f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/cli/cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,5 @@ func (cmd InfoConfigCmd) Run(c *cc.CommonCtx) error {
enc := json.NewEncoder(os.Stdout)
enc.SetIndent("", " ")
enc.SetEscapeHTML(false)
enc.Encode(data)

return nil
return enc.Encode(data)
}

0 comments on commit 395015f

Please sign in to comment.