Skip to content

Commit 06b9399

Browse files
authored
Merge pull request jippi#70 from sw0x2A/patch-1
Update pecl.rb
2 parents 60b1447 + 018abf6 commit 06b9399

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/puppet/provider/package/pecl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def self.pearlist(hash)
2121
list = execute(command).split("\n")
2222
list = list.collect do |set|
2323
if hash[:justme]
24-
if /^#{hash[:justme]}/i.match(set)
24+
if /^#{hash[:justme]}$/i.match(set)
2525
if pearhash = pearsplit(set)
2626
pearhash[:provider] = :pearcmd
2727
pearhash

0 commit comments

Comments
 (0)