fix typos in os skip message

This commit is contained in:
Christoph Hartmann 2015-10-21 19:32:25 +02:00
parent 17279f9ef8
commit 571de7fc68

View file

@ -56,7 +56,7 @@ class User < Vulcano.resource(1)
when 'freebsd'
@user_provider = FreeBSDUser.new(vulcano)
else
return skip_resource 'The `package` resource is not supported on your OS yet.'
return skip_resource 'The `user` resource is not supported on your OS yet.'
end
end