mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
Fix typo
This commit is contained in:
@@ -159,7 +159,7 @@ def enable_disable_modules(args, enable: bool):
|
|||||||
write_needed = enable
|
write_needed = enable
|
||||||
if write_needed:
|
if write_needed:
|
||||||
args.pillar_dict.update()
|
args.pillar_dict.update()
|
||||||
write_pillar(args.pillarm, args.pillar_dict)
|
write_pillar(args.pillar, args.pillar_dict)
|
||||||
|
|
||||||
cmd_ret = check_apply(args)
|
cmd_ret = check_apply(args)
|
||||||
return cmd_ret
|
return cmd_ret
|
||||||
|
|||||||
Reference in New Issue
Block a user