Skip to content

Commit

Permalink
remove deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mhorbul committed Jun 3, 2016
1 parent 1ac2f3e commit c0e1f8b
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 c0e1f8b

Please sign in to comment.