Skip to content

Commit

Permalink
Update pkg/cli/alpha/config-gen/cmd.go
Browse files Browse the repository at this point in the history
Co-authored-by: Adrián <Adirio@users.noreply.github.com>
  • Loading branch information
pwittrock and Adirio committed Mar 12, 2021
1 parent 878a6c7 commit 3848c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/alpha/config-gen/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func NewCommand() *cobra.Command {
return err
})
if err != nil {
// this shouldn't fail it it was compiled correctly
// this shouldn't fail if it was compiled correctly
fmt.Fprintln(os.Stderr, err.Error())
return nil
}
Expand Down

0 comments on commit 3848c4f

Please sign in to comment.