diff --git a/lib/resources/package.rb b/lib/resources/package.rb index 9df5b16fe..fd47c5139 100644 --- a/lib/resources/package.rb +++ b/lib/resources/package.rb @@ -26,7 +26,7 @@ class Package < Vulcano.resource(1) when 'darwin' @pkgman = Brew.new(vulcano) else - fail 'The `package` resource is not supported on your OS yet. Please open an issue on Github.' + return skip_resource 'The `package` resource is not supported on your OS yet.' end end