it’s pull not pulls
This commit is contained in:
parent
25ef5a558a
commit
028b18c940
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ let
|
|||
value = builtins.fetchGit
|
||||
{
|
||||
url = "https://github.com/${value.base.repo.owner.login}/${value.base.repo.name}";
|
||||
ref = "pulls/${n}/head";
|
||||
ref = "pull/${n}/head";
|
||||
};
|
||||
})
|
||||
prs;
|
||||
|
|
Loading…
Reference in a new issue