summaryrefslogtreecommitdiff
path: root/lib/chef/provider/mount.rb
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-05-15 11:31:07 -0700
committerJohn Keiser <john@johnkeiser.com>2015-06-02 09:53:41 -0700
commit4b689e63aa4ad108c66dea5235ef974f1ee8105e (patch)
tree8b94bc3b5f8d553db6259704258eeade8c934e74 /lib/chef/provider/mount.rb
parentfe22baacd5a7bd7afd4620013bcf426bf60667f2 (diff)
downloadchef-4b689e63aa4ad108c66dea5235ef974f1ee8105e.tar.gz
Remove unnecessary "ClassName." from "ClassName.provides"
Diffstat (limited to 'lib/chef/provider/mount.rb')
-rw-r--r--lib/chef/provider/mount.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/provider/mount.rb b/lib/chef/provider/mount.rb
index 47d4cb0851..6e8e077eaf 100644
--- a/lib/chef/provider/mount.rb
+++ b/lib/chef/provider/mount.rb
@@ -24,8 +24,8 @@ require 'chef/provider'
class Chef
class Provider
class Mount < Chef::Provider
- Mount.provides :mount
-
+ provides :mount
+
include Chef::Mixin::ShellOut
attr_accessor :unmount_retries