From 9468e9e7df37ed3a90a494fd08c23d14cdb30f31 Mon Sep 17 00:00:00 2001 From: stdtom <61379168+stdtom@users.noreply.github.com> Date: Thu, 21 Oct 2021 12:34:20 +0200 Subject: [PATCH] Fix copy/paste mistake in docs --- pkg/cmd/pr/ready/ready.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/pr/ready/ready.go b/pkg/cmd/pr/ready/ready.go index f024ea574..493b1f70a 100644 --- a/pkg/cmd/pr/ready/ready.go +++ b/pkg/cmd/pr/ready/ready.go @@ -35,7 +35,7 @@ func NewCmdReady(f *cmdutil.Factory, runF func(*ReadyOptions) error) *cobra.Comm Mark a pull request as ready for review Without an argument, the pull request that belongs to the current branch - is displayed. + is marked as ready. `), Args: cobra.MaximumNArgs(1), RunE: func(cmd *cobra.Command, args []string) error {