summaryrefslogtreecommitdiff
path: root/lib/chef/provider/mount/windows.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/mount/windows.rb')
-rw-r--r--lib/chef/provider/mount/windows.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/mount/windows.rb b/lib/chef/provider/mount/windows.rb
index 0fb9184783..1650d1e43a 100644
--- a/lib/chef/provider/mount/windows.rb
+++ b/lib/chef/provider/mount/windows.rb
@@ -41,7 +41,7 @@ class Chef
def load_current_resource
if is_volume(@new_resource.device)
@mount = Chef::Util::Windows::Volume.new(@new_resource.mount_point)
- else #assume network drive
+ else # assume network drive
@mount = Chef::Util::Windows::NetUse.new(@new_resource.mount_point)
end