Skip to content

Commit

Permalink
Add newline after tacks.list.info.foundStacks
Browse files Browse the repository at this point in the history
  • Loading branch information
jardon committed Aug 20, 2024
1 parent 9913052 commit 1cf0e98
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)
fmt.Printf(apx.Trans("stacks.list.info.foundStacks") + "\n", 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 1cf0e98

Please sign in to comment.