Skip to content

Commit f801a94

Browse files
committed
bonus: bump list limit
1 parent 248ee42 commit f801a94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cmd/workflow/list/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"github.com/spf13/cobra"
1414
)
1515

16-
const defaultLimit = 10
16+
const defaultLimit = 50
1717

1818
type ListOptions struct {
1919
IO *iostreams.IOStreams

0 commit comments

Comments
 (0)