Skip to content

Commit

Permalink
Update default limit of secrets to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
h0n9 committed May 3, 2024
1 parent b5a2a9c commit 844ed2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/secrets/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

const (
DefaultListSecretsLimit = 100
DefaultListSecretsLimit = 10
)

var (
Expand Down

0 comments on commit 844ed2a

Please sign in to comment.