From 9f03201db8ba134a333de5b417b91752ec932659 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 1 Jun 2021 09:44:31 +0100 Subject: fixed bug --- tw_hooks/on-add_scheduled_work_task.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tw_hooks') diff --git a/tw_hooks/on-add_scheduled_work_task.pl b/tw_hooks/on-add_scheduled_work_task.pl index 6e9d902..b0e973b 100755 --- a/tw_hooks/on-add_scheduled_work_task.pl +++ b/tw_hooks/on-add_scheduled_work_task.pl @@ -100,7 +100,7 @@ Contents of $work_rem_file on $host is now:\n/, print encode_json $decoded_task; exit 0; } else { -# print encode_json $decoded_task; + print $added_task; print("Add hook not used.\n"); exit 0; } -- cgit v1.2.3