Use the correct variable name :)
This commit is contained in:
parent
0f6daa0310
commit
ddb49557d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue