diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-08-14 20:13:48 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-08-14 20:13:48 +0100 |
commit | 3b608c886dd630b7268b286c8b2ec493f66fdf9e (patch) | |
tree | 2c992dd8593556239762fda05788fa1148cfedbb /tw_hooks/on-add_scheduled_work_task.pl | |
parent | 05965fd03828d507844930b4946a59590efb672e (diff) |
update
Diffstat (limited to 'tw_hooks/on-add_scheduled_work_task.pl')
-rwxr-xr-x | tw_hooks/on-add_scheduled_work_task.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tw_hooks/on-add_scheduled_work_task.pl b/tw_hooks/on-add_scheduled_work_task.pl index 6ddc999..90ec802 100755 --- a/tw_hooks/on-add_scheduled_work_task.pl +++ b/tw_hooks/on-add_scheduled_work_task.pl @@ -78,6 +78,7 @@ my $scheduled_dt; if ( $decoded_task->{scheduled} and ( scalar grep { $_ eq "dft" } @{$tags} ) ) { $scheduled_dt = parse_scheduled $decoded_task->{scheduled}; + # my @test_task = `task add Bobbins from Perl`; my $port = 22; my $date = $scheduled_dt->day(); my $month = $short_months[ $scheduled_dt->month() - 1 ]; |