fixed linting
This commit is contained in:
parent
5cea8aa74d
commit
3db1bee20d
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ type ListOptions struct {
|
|||
LimitResults int
|
||||
ExcludeDrafts bool
|
||||
ExcludePreReleases bool
|
||||
Order string
|
||||
Order string
|
||||
}
|
||||
|
||||
func NewCmdList(f *cmdutil.Factory, runF func(*ListOptions) error) *cobra.Command {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue