Skip to content

Commit

Permalink
Merge pull request #724 from zampierilucas/fix_mr_create_documentation
Browse files Browse the repository at this point in the history
Fix MR create documentation
  • Loading branch information
zampierilucas authored Aug 9, 2021
2 parents e323382 + a3b7f92 commit 5a1fd5d
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 5a1fd5d

Please sign in to comment.