summaryrefslogtreecommitdiff
path: root/lib/chef/provider
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2015-10-18 20:44:50 -0700
committerTim Smith <tsmith84@gmail.com>2015-10-18 20:44:50 -0700
commiteaf8806a7b8715c1e4ebb2f5160284fda6e97e66 (patch)
treeaa115bd366fc6ae7d7c95bd5c78ac6185fe6fa47 /lib/chef/provider
parent70c5f6f4bb784c896ac288e2edb5d4997682906b (diff)
downloadchef-eaf8806a7b8715c1e4ebb2f5160284fda6e97e66.tar.gz
Improve sentences
Diffstat (limited to 'lib/chef/provider')
-rw-r--r--lib/chef/provider/execute.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/execute.rb b/lib/chef/provider/execute.rb
index b44112c19e..c3dd3b4ee1 100644
--- a/lib/chef/provider/execute.rb
+++ b/lib/chef/provider/execute.rb
@@ -41,7 +41,7 @@ class Chef
def define_resource_requirements
# @todo: this should change to raise in some appropriate major version bump.
if creates && creates_relative? && !cwd
- Chef::Log.warn "Providing a relative path for the creates attribute without the cwd is deprecated and will be changed to fail (CHEF-3819)"
+ Chef::Log.warn "Providing a relative path for the creates attribute without the cwd is deprecated and will be changed to fail in the future (CHEF-3819)"
end
end