summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXorima <4923914+Xorima@users.noreply.github.com>2019-02-22 21:18:38 +0000
committerTim Smith <tsmith@chef.io>2019-03-04 09:44:06 -0800
commit1b4fdc4bf5273a244bad8bd1f1f4066339da4961 (patch)
tree35daba49f39ccf8ca6fcc707b74049785502de45
parentb9648c84a70fc4045632e104c97c2535b7b18b15 (diff)
downloadchef-1b4fdc4bf5273a244bad8bd1f1f4066339da4961.tar.gz
Update windows_share.rb
Linting Fix Signed-off-by: Jason Field <jason@avon-lea.co.uk>
-rw-r--r--lib/chef/resource/windows_share.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_share.rb b/lib/chef/resource/windows_share.rb
index e0f7d2a52c..1daff1b086 100644
--- a/lib/chef/resource/windows_share.rb
+++ b/lib/chef/resource/windows_share.rb
@@ -185,7 +185,7 @@ class Chef
converge_if_changed do
# you can't actually change the path so you have to delete the old share first
if different_path?
- Chef::Log.debug('The path has changed so we will delete and recreate share')
+ Chef::Log.debug("The path has changed so we will delete and recreate share")
delete_share
create_share
elsif current_resource.nil?