Use the correct variable name :)

This commit is contained in:
Corey Johnson 2019-10-09 15:42:57 -07:00
parent 0f6daa0310
commit ddb49557d8

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")