summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXorima <4923914+Xorima@users.noreply.github.com>2019-02-22 21:18:38 +0000
committerJason Field <jason@avon-lea.co.uk>2019-02-22 21:32:41 +0000
commite9f468aaf2317b0012ae33216a2f530ce8f1eb13 (patch)
tree0eaafd399020e4bb11324268cec6da2510323543
parentea53a79c9fb0a44f099c789ef61878a6a905e24e (diff)
downloadchef-e9f468aaf2317b0012ae33216a2f530ce8f1eb13.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 76c10e83c3..81224085c0 100644
--- a/lib/chef/resource/windows_share.rb
+++ b/lib/chef/resource/windows_share.rb
@@ -184,7 +184,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?