fix(cocoapods): correct debug log message for Podfile.lock (#5885)

This commit is contained in:
Björn Dahlgren 2020-04-05 21:21:29 +02:00 committed by GitHub
parent fcc5a46da3
commit f8a20d8ca2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 [
{