Skip to content

Commit 0fcb0f2

Browse files
Copilotdamacus
authored andcommitted
Fix RHEL 8 repository name for perl-IPC-Run package
Co-authored-by: damacus <[email protected]>
1 parent f4de4b5 commit 0fcb0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/sql/_connection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def install_pg_gem
8686
if platform?('oracle')
8787
options ['--enablerepo=ol8_codeready_builder']
8888
else
89-
options('--enablerepo=powertools')
89+
options('--enablerepo=codeready-builder-for-rhel-8')
9090
end
9191
end
9292
when 9

0 commit comments

Comments
 (0)