From c69e21561391c58bbbdabb70bea24e63232026a0 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Sun, 11 Feb 2018 17:38:06 +0100
Subject: [PATCH] fix: updatedPackageFile typo

---
 lib/workers/branch/lock-files.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/workers/branch/lock-files.js b/lib/workers/branch/lock-files.js
index 4347dbd8a6..a11db9a8b4 100644
--- a/lib/workers/branch/lock-files.js
+++ b/lib/workers/branch/lock-files.js
@@ -108,7 +108,7 @@ function determineLockFileDirs(config) {
   }
 
   if (
-    config.updatedPackageFile &&
+    config.updatedPackageFiles &&
     config.updatedPackageFiles.length &&
     config.lernaLockFile
   ) {
-- 
GitLab