aboutsummaryrefslogtreecommitdiffstats
path: root/tw_hooks
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2021-06-01 09:44:31 +0100
committerMatthew Lemon <matt@matthewlemon.com>2021-06-01 09:44:31 +0100
commit9f03201db8ba134a333de5b417b91752ec932659 (patch)
tree3ba427fde233ba94743646d0fdf398ccd37b136a /tw_hooks
parentb4ac19b1423f8c5f43513379dcb18e8392904885 (diff)
fixed bug
Diffstat (limited to 'tw_hooks')
-rwxr-xr-xtw_hooks/on-add_scheduled_work_task.pl2
1 files changed, 1 insertions, 1 deletions
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;
}