Skip to content

Commit

Permalink
Merge pull request #392 from jardon/fix/stacks-table
Browse files Browse the repository at this point in the history
Make table formatting consistent
  • Loading branch information
jardon authored Aug 20, 2024
2 parents 9913052 + aebd22b commit 56fc2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/stacks.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func listStacks(cmd *cobra.Command, args []string) error {
return nil
}

fmt.Printf(apx.Trans("stacks.list.info.foundStacks"), stacksCount)
cmdr.Info.Printfln(apx.Trans("stacks.list.info.foundStacks"), stacksCount)

table := core.CreateApxTable(os.Stdout)
table.SetHeader([]string{apx.Trans("stacks.labels.name"), "Base", apx.Trans("stacks.labels.builtIn"), "Pkgs", "Pkg manager"})
Expand Down

0 comments on commit 56fc2b1

Please sign in to comment.