summaryrefslogtreecommitdiff
path: root/lib/chef/provider/mount
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-05-22 17:10:20 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-05-29 10:30:28 -0700
commitc9b50c256cbf330f116fb5469c5221deb428e6ef (patch)
treef49766a7465ca3d859c22661363c22188b7c05d5 /lib/chef/provider/mount
parentee54a3788821b70f6e9ad3582e858a8e816551e8 (diff)
downloadchef-c9b50c256cbf330f116fb5469c5221deb428e6ef.tar.gz
lcr doesn't return cr
Diffstat (limited to 'lib/chef/provider/mount')
-rw-r--r--lib/chef/provider/mount/solaris.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/provider/mount/solaris.rb b/lib/chef/provider/mount/solaris.rb
index 0eb1b6ccb3..5a4cf42506 100644
--- a/lib/chef/provider/mount/solaris.rb
+++ b/lib/chef/provider/mount/solaris.rb
@@ -44,7 +44,6 @@ class Chef
current_resource.device(new_resource.device)
current_resource.mounted(mounted?)
current_resource.enabled(enabled?)
- current_resource
end
protected