From c1e6bb1a47d821dbbab59eaf16a46c3ff02f0ccf Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 7 Dec 2017 09:01:00 -0800 Subject: Explain what PT72H is Signed-off-by: Tim Smith --- lib/chef/resource/windows_task.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chef/resource/windows_task.rb b/lib/chef/resource/windows_task.rb index 2e73cef04d..9cac33d17d 100644 --- a/lib/chef/resource/windows_task.rb +++ b/lib/chef/resource/windows_task.rb @@ -59,7 +59,7 @@ class Chef property :months, String property :idle_time, Integer property :random_delay, [String, Integer] - property :execution_time_limit, [String, Integer], default: "PT72H" + property :execution_time_limit, [String, Integer], default: "PT72H" # 72 hours in ISO08601 duration format attr_accessor :exists, :status, :enabled -- cgit v1.2.1