mirror of
https://github.com/munki/munki.git
synced 2026-05-05 11:59:18 -05:00
Typo fixed for setting 'blocking_applications' array
Option is called '--block_application', however, it should be written as 'blocking_applications' to the pkginfo dict.
This commit is contained in:
@@ -865,7 +865,7 @@ def main():
|
||||
if options.requires:
|
||||
catinfo['requires'] = options.requires
|
||||
if options.blocking_application:
|
||||
catinfo['blocking_application'] = options.blocking_application
|
||||
catinfo['blocking_applications'] = options.blocking_application
|
||||
if options.uninstall_method:
|
||||
catinfo['uninstall_method'] = options.uninstall_method
|
||||
if options.installer_environment:
|
||||
|
||||
Reference in New Issue
Block a user