Whoops
This commit is contained in:
parent
9113092f5c
commit
9c88cd67ee
1 changed files with 1 additions and 1 deletions
|
|
@ -1018,7 +1018,7 @@ func BranchDeleteRemote(client *Client, repo ghrepo.Interface, branch string) er
|
|||
var response struct {
|
||||
NodeID string `json:"node_id"`
|
||||
}
|
||||
path := fmt.Sprintf("/repos/%s/%s/git/refs/heads/%s", repo.RepoOwner, repo.RepoName, branch)
|
||||
path := fmt.Sprintf("repos/%s/%s/git/refs/heads/%s", repo.RepoOwner(), repo.RepoName(), branch)
|
||||
return client.REST("GET", path, nil, &response)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue