Skip to content

Commit

Permalink
Merge pull request #243 from asasfu/patch_issue242_brokenprovider
Browse files Browse the repository at this point in the history
Pipe was broken in the previous rubucop fix
  • Loading branch information
alexjfisher authored Sep 25, 2016
2 parents 6e2c594 + 1a393cb commit 03411b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/package/pecl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def install(useversion = true)
end
end

if pipe == @resource[:pipe]
if @resource[:pipe]
command << '<<<'
command << @resource[:pipe]
end
Expand Down

0 comments on commit 03411b6

Please sign in to comment.