Skip to content

Commit

Permalink
Properly build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jörg Benesch committed Dec 6, 2021
1 parent e7a4b5e commit 492871a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/project_browse.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var projectBrowseCmd = &cobra.Command{
Use: "browse [remote]",
Aliases: []string{"b"},
Short: "View project in a browser",
Example: "lab mr browse origin",
Example: "lab project browse origin",
PersistentPreRun: labPersistentPreRun,
Run: func(cmd *cobra.Command, args []string) {
rn, _, err := parseArgsRemoteAndID(args)
Expand Down
2 changes: 1 addition & 1 deletion docs/lab_project_browse.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ lab project browse origin

* [lab project](lab_project.md) - Perform project level operations on GitLab

###### Auto generated by spf13/cobra on 30-Sep-2021
###### Auto generated by spf13/cobra on 6-Dec-2021

0 comments on commit 492871a

Please sign in to comment.