mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 14:36:25 +00:00
fix: wrong config access (#14164)
This commit is contained in:
parent
1f28cfd2e5
commit
8dee195d0e
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ export async function renovateRepository(
|
|||
const errorRes = await handleError(config, err);
|
||||
repoResult = processResult(config, errorRes);
|
||||
}
|
||||
if (localDir && !config.persistRepoData) {
|
||||
if (localDir && !repoConfig.persistRepoData) {
|
||||
try {
|
||||
await deleteLocalFile('.');
|
||||
} catch (err) /* istanbul ignore if */ {
|
||||
|
|
Loading…
Reference in a new issue