Skip to content

Commit

Permalink
Merge branch 'COOK-1282'
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Jul 30, 2012
2 parents b5d0065 + 937c357 commit d286510
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion providers/pip.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ def current_installed_version
end
p = shell_out!(version_check_cmd)
p.stdout.split(delimeter)[1].strip
rescue Chef::Exceptions::ShellCommandFailed, Mixlib::ShellOut::ShellCommandFailed
rescue Chef::Exceptions::ShellCommandFailed
rescue Mixlib::ShellOut::ShellCommandFailed
end
end

Expand Down

0 comments on commit d286510

Please sign in to comment.