Skip to content

Commit

Permalink
Fix mr create documentation
Browse files Browse the repository at this point in the history
MR create shows two references to remote with the --souce option when
there should be just one.

Signed-off-by: Lucas Zampieri <lzampier@redhat.com>
  • Loading branch information
zampierilucas committed Aug 6, 2021
1 parent c6b3e58 commit a3b7f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mr_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var mrCreateCmd = &cobra.Command{
lab mr create my_remote --milestone "Fall"
lab mr create my_remote -d
lab mr create my_remote -r johndoe -r janedoe
lab mr create my_remote --source upstream:main origin main
lab mr create --source upstream:main origin main
lab mr create my_remote -s`),
PersistentPreRun: labPersistentPreRun,
Run: runMRCreate,
Expand Down

0 comments on commit a3b7f92

Please sign in to comment.