mirror of
https://github.com/munki/munki.git
synced 2026-05-03 10:59:48 -05:00
Merge branch 'Munki6dev' into macmule-installhelper
This commit is contained in:
@@ -853,7 +853,7 @@ class OptionalItem: GenericItem {
|
||||
start_text += "<span class=\"warning\">\(formatted_str)</span><br><br>"
|
||||
}
|
||||
}
|
||||
if !((my["dependent_items"] as? [String] ?? []).isEmpty) {
|
||||
if !(dependent_items.isEmpty) {
|
||||
start_text += dependency_description()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user