This commit is contained in:
Corey Johnson 2020-04-30 11:41:32 -07:00
parent 19f6c69854
commit af6eaa8ca2

View file

@ -351,8 +351,6 @@ func prClose(cmd *cobra.Command, args []string) error {
return err
}
fmt.Printf("🌭 %+v\n", pr)
if pr.Closed {
fmt.Fprintf(colorableErr(cmd), "%s Pull request #%d is already closed\n", utils.Yellow("!"), pr.Number)
return nil