Skip to content

Commit

Permalink
Merge pull request #89 from eligible/mhorbul/deprication-warnings
Browse files Browse the repository at this point in the history
remove deprecation warning
  • Loading branch information
smurawski committed Jun 9, 2016
2 parents 1ac2f3e + c0e1f8b commit f39956b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/powershell_module_resource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class PowershellModule < Chef::Resource::Package
state_attrs :enabled

provides :powershell_module, on_platforms: ['windows']
provides :powershell_module, platform: ['windows']

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

0 comments on commit f39956b

Please sign in to comment.