diff options
author | Tim Smith <tsmith84@gmail.com> | 2015-10-18 20:44:50 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2015-10-18 20:44:50 -0700 |
commit | eaf8806a7b8715c1e4ebb2f5160284fda6e97e66 (patch) | |
tree | aa115bd366fc6ae7d7c95bd5c78ac6185fe6fa47 /lib/chef/provider/execute.rb | |
parent | 70c5f6f4bb784c896ac288e2edb5d4997682906b (diff) | |
download | chef-eaf8806a7b8715c1e4ebb2f5160284fda6e97e66.tar.gz |
Improve sentences
Diffstat (limited to 'lib/chef/provider/execute.rb')
-rw-r--r-- | lib/chef/provider/execute.rb | 2 |
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 |