mirror of
https://github.com/munki/munki.git
synced 2026-05-25 15:48:42 -05:00
Missed function name change
This commit is contained in:
@@ -139,7 +139,7 @@ def force_install_package_check():
|
||||
continue
|
||||
|
||||
force_install_after_date = (
|
||||
info.subtractTimeZoneOffsetFromDate(force_install_after_date))
|
||||
info.subtract_tzoffset_from_date(force_install_after_date))
|
||||
display.display_debug1(
|
||||
'Forced install for %s at %s',
|
||||
install['name'], force_install_after_date)
|
||||
|
||||
Reference in New Issue
Block a user