mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-13 07:26:26 +00:00
fix: typo (#14306)
This commit is contained in:
parent
06ec0d6c22
commit
cc6b458a02
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ export async function getDependency(
|
||||||
statusCode: err.statusCode,
|
statusCode: err.statusCode,
|
||||||
packageName,
|
packageName,
|
||||||
},
|
},
|
||||||
`Dependency lookup failure: payent required`
|
`Dependency lookup failure: payment required`
|
||||||
);
|
);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue