Skip to content

Commit

Permalink
Update CronTab.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
gillesdubois authored Dec 22, 2020
1 parent 1785d5b commit 6e1f1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/Unix/CronTab.pm
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ sub wanted {
$dayofmonth = $_->{_dom};
$dayofweek = $_->{_dow};
$month = $_->{_month};
push @{$common->{xmltags}->{CRONTAB}},
push @{$common->{xmltags}->{CRONTABTASKS}},
{
MINUTE => [$minute],
HOUR => [$hour],
Expand Down

0 comments on commit 6e1f1cb

Please sign in to comment.