summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-05-29 15:58:14 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-05-29 15:58:14 -0700
commit6e2ef88b8be0616b2c32406d354ecb0ed06b4ff4 (patch)
treec3d3ef59383cd95d94e4a5d94e568679f9156594
parenta9fad6738ad126da68f838e5ab3ec069a68f9d47 (diff)
downloadchef-6e2ef88b8be0616b2c32406d354ecb0ed06b4ff4.tar.gz
fix typo, thnx @juliandunn
-rw-r--r--lib/chef/provider/mount/solaris.rb2
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|