summaryrefslogtreecommitdiff
path: root/lib/chef/provider/mount.rb
diff options
context:
space:
mode:
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 b46604260e..1631d87033 100644
--- a/lib/chef/provider/mount.rb
+++ b/lib/chef/provider/mount.rb
@@ -18,14 +18,14 @@
#
require 'chef/log'
-require 'chef/mixin/command'
+require 'chef/mixin/shell_out'
require 'chef/provider'
class Chef
class Provider
class Mount < Chef::Provider
- include Chef::Mixin::Command
+ include Chef::Mixin::ShellOut
attr_accessor :unmount_retries