Skip to content

Commit

Permalink
remove filter altogether, as per code review
Browse files Browse the repository at this point in the history
  • Loading branch information
patcox committed Jan 7, 2015
1 parent bf2ed23 commit ed1d4cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/chef/provider/package/macports.rb
Expand Up @@ -3,7 +3,7 @@ class Provider
class Package
class Macports < Chef::Provider::Package

provides :macports_package, os: "darwin"
provides :macports_package

def load_current_resource
@current_resource = Chef::Resource::Package.new(@new_resource.name)
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/resource/macports_package.rb
Expand Up @@ -20,7 +20,7 @@ class Chef
class Resource
class MacportsPackage < Chef::Resource::Package

provides :macports_package, os: "darwin"
provides :macports_package

def initialize(name, run_context=nil)
super
Expand Down

0 comments on commit ed1d4cd

Please sign in to comment.