Skip to content

Commit

Permalink
chore(pkg/cmd/options): make linters happy
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Di Donato <[email protected]>
  • Loading branch information
leodido committed Sep 25, 2024
1 parent ab4f96c commit aa732b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/options/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
var _ cmd.CommandOptions = (*Ci)(nil)

type Ci struct {
flags.CoreFlags `flagset:"Config"`
flags.CoreFlags `flagset:"Config"`
flags.ConfigFlags
flags.DebugFlags `flagset:"Debug"`
Directory string `flag:"dir" name:"dir" desc:"the directory where the argus binary is" validate:"omitempty,dir" json:"argusdir"`
Expand Down

0 comments on commit aa732b8

Please sign in to comment.