Use the correct variable name :)

This commit is contained in:
Corey Johnson 2019-10-09 15:42:57 -07:00
parent 3420220b5a
commit 0e260ec1b8

View file

@ -37,7 +37,7 @@ var prListCmd = &cobra.Command{
func ExecutePr() error {
prPayload, err := api.PullRequests()
if err != nil {
return error
return err
}
fmt.Printf("Current Pr\n")