Skip to content

Commit

Permalink
gci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zeucapua committed Oct 7, 2024
1 parent 60c919a commit 5a60659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/offboard/offboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func NewConfigCommand() *cobra.Command {
Short: "CAUTION: Experimental Command. Removes users from the \".sauced.yaml\" config and \"CODEOWNERS\" files.",
Long: offboardLongDesc,
Args: func(_ *cobra.Command, args []string) error {
if (len(args) <= 0) {
if len(args) == 0 {
return errors.New("you must provide at least one argument: the offboarding user's email/username")
}

Expand Down

0 comments on commit 5a60659

Please sign in to comment.