mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
fix(cocoapods): correct debug log message for Podfile.lock (#5885)
This commit is contained in:
parent
fcc5a46da3
commit
f8a20d8ca2
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ export async function updateArtifacts({
|
|||
if (!status.modified.includes(lockFileName)) {
|
||||
return null;
|
||||
}
|
||||
logger.debug('Returning updated Gemfile.lock');
|
||||
logger.debug(`Returning updated lockfile: ${lockFileName}`);
|
||||
const lockFileContent = await readLocalFile(lockFileName);
|
||||
return [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue