aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtw_hooks/on-add_scheduled_work_task.pl1
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 7defea8..4db2812 100755
--- a/tw_hooks/on-add_scheduled_work_task.pl
+++ b/tw_hooks/on-add_scheduled_work_task.pl
@@ -91,6 +91,7 @@ Contents of $work_rem_file on $host is now:\n/,
# TODO - we need to strip away the %:MIN syntax from the original
# description - need to substitute it here!
+ $decoded_task->{description} = $original_description;
print encode_json $decoded_task;
exit 0;
} else {