Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dschlenk committed Sep 25, 2024
1 parent 1d51323 commit a8f1215
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libraries/sql/_connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,8 @@ def install_pg_gem
declare_resource(:package, libpq_package_name) { compile_time(true) }
declare_resource(:package, 'perl-IPC-Run') do
compile_time(true)
case node['platform']
when 'oracle'
options ["--enablerepo=ol9_codeready_builder"]
if platform?('oracle')
options ['--enablerepo=ol9_codeready_builder']
else
options('--enablerepo=crb')
end
Expand Down

0 comments on commit a8f1215

Please sign in to comment.