Skip to content

Commit

Permalink
Merge pull request #764 from fidelitas/fidelitas-fix-docs-example
Browse files Browse the repository at this point in the history
Fix example for `lab project browse` in docs
  • Loading branch information
zampierilucas authored Dec 6, 2021
2 parents c1d8b1c + 492871a commit e1100d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions docs/lab_project_browse.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lab project browse [remote] [flags]
### Examples

```
lab mr browse origin
lab project browse origin
```

### Options
Expand All @@ -30,4 +30,4 @@ lab mr 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 e1100d3

Please sign in to comment.