Fix CI script. (#54505)

This commit is contained in:
Markus Reiter 2018-11-05 07:16:38 +01:00 committed by GitHub
parent 92caba3660
commit 49b8966b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ class Check
.select(&:directory?)
.flat_map(&:children)
.select { |child| child.extname == ".plist" }
.select(&:exist?)
.map(&format_launchjob)
},
loaded_launchjobs: -> {