Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <[email protected]>
  • Loading branch information
caarlos0 committed Mar 16, 2022
1 parent 9eabb88 commit a729965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/man.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var manCmd = &cobra.Command{
Hidden: true,
Args: cobra.NoArgs,
RunE: func(cmd *cobra.Command, args []string) error {
manPage, err := mcobra.NewManPageFromCobra(1, cmd.Root())
manPage, err := mcobra.NewManPage(1, cmd.Root())
if err != nil {
return err
}
Expand Down

0 comments on commit a729965

Please sign in to comment.