diff options
author | nimisha <nimisha.sharad@msystechnologies.com> | 2017-04-06 15:40:25 +0530 |
---|---|---|
committer | nimisha <nimisha.sharad@msystechnologies.com> | 2017-04-06 15:44:50 +0530 |
commit | d656b364bd9cd0cbe06eb9eee372997e6110e1ae (patch) | |
tree | 4698b47a3c35d2c842cc074182a3448f77499e62 /lib/chef/resource/windows_task.rb | |
parent | 5a2d46086b5caf59ce3d3325f1048b51efc94468 (diff) | |
download | chef-d656b364bd9cd0cbe06eb9eee372997e6110e1ae.tar.gz |
Fixed review comments by thommay
Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
Diffstat (limited to 'lib/chef/resource/windows_task.rb')
-rw-r--r-- | lib/chef/resource/windows_task.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_task.rb b/lib/chef/resource/windows_task.rb index ff34b9f1e3..25e76f4220 100644 --- a/lib/chef/resource/windows_task.rb +++ b/lib/chef/resource/windows_task.rb @@ -58,7 +58,7 @@ class Chef property :months, String property :idle_time, Integer property :random_delay, String - property :execution_time_limit + property :execution_time_limit, String attr_accessor :exists, :status, :enabled |