Skip to content

Commit

Permalink
Pass in missing argument to manage_pecl_ini method when trying to rem…
Browse files Browse the repository at this point in the history
…ove a module

Signed-off-by: Jonathan Tullett <jonathan+git@dda.systems>
  • Loading branch information
Jonathan Tullett committed Aug 1, 2018
1 parent 3599bb1 commit d8a850e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/pear.rb
Expand Up @@ -168,7 +168,7 @@ def remove_package(name, version)
command << "-#{version}" if version && !version.empty?
pear_shell_out(command)
disable_package(name)
manage_pecl_ini(name, :delete, nil, nil) if pecl?
manage_pecl_ini(name, :delete, nil, nil, nil) if pecl?
end

def enable_package(name)
Expand Down

0 comments on commit d8a850e

Please sign in to comment.