diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-05-29 15:58:14 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-05-29 15:58:14 -0700 |
commit | 6e2ef88b8be0616b2c32406d354ecb0ed06b4ff4 (patch) | |
tree | c3d3ef59383cd95d94e4a5d94e568679f9156594 /lib/chef/provider/mount/solaris.rb | |
parent | a9fad6738ad126da68f838e5ab3ec069a68f9d47 (diff) | |
download | chef-6e2ef88b8be0616b2c32406d354ecb0ed06b4ff4.tar.gz |
fix typo, thnx @juliandunn
Diffstat (limited to 'lib/chef/provider/mount/solaris.rb')
-rw-r--r-- | lib/chef/provider/mount/solaris.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/mount/solaris.rb b/lib/chef/provider/mount/solaris.rb index b99ace151c..c46362cd44 100644 --- a/lib/chef/provider/mount/solaris.rb +++ b/lib/chef/provider/mount/solaris.rb @@ -54,7 +54,7 @@ class Chef def define_resource_requirements if device_type != :device - raise Chef::Exceptions::Mount, "Mount resource can only be of of device_type ':device' on Solaris" + raise Chef::Exceptions::Mount, "Mount resource can only be of device_type ':device' on Solaris" end requirements.assert(:mount, :remount) do |a| |