summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/resource/windows_task.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_task.rb b/lib/chef/resource/windows_task.rb
index 2b866026ec..4f634b00fc 100644
--- a/lib/chef/resource/windows_task.rb
+++ b/lib/chef/resource/windows_task.rb
@@ -121,7 +121,7 @@ class Chef
description: "The task description."
property :start_when_available, [TrueClass, FalseClass],
- introduced: "15.0", default: false,
+ introduced: "14.15", default: false,
description: "To start the task at any time after its scheduled time has passed."
attr_accessor :exists, :task, :command_arguments