We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60b1447 + 018abf6 commit 06b9399Copy full SHA for 06b9399
1 file changed
lib/puppet/provider/package/pecl.rb
@@ -21,7 +21,7 @@ def self.pearlist(hash)
21
list = execute(command).split("\n")
22
list = list.collect do |set|
23
if hash[:justme]
24
- if /^#{hash[:justme]}/i.match(set)
+ if /^#{hash[:justme]}$/i.match(set)
25
if pearhash = pearsplit(set)
26
pearhash[:provider] = :pearcmd
27
pearhash
0 commit comments