Skip to content

Fix unattended update interval check

Vlad Zahorodnii requested to merge work/zzag/unattended-interval into master

(3h).count() would return the number of hours, i.e. 3, not seconds. We need to convert 3 hours to seconds explicitly.

Edited by Vlad Zahorodnii

Merge request reports