it’s pull not pulls

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-25 13:18:14 +01:00
parent 25ef5a558a
commit 028b18c940
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -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;