Fix typo in yaml file

Related: #2128410
stream-postgresql-15-rhel-9.2.0
Filip Janus 2 years ago
parent 030f138f78
commit 191fda5738

@ -15,7 +15,7 @@ data:
module: [MIT] module: [MIT]
configurations: configurations:
- context: rhel9 - context: rhel9
platform: el9 platform: el9
references: references:
community: https://www.postgresql.org community: https://www.postgresql.org
documentation: https://www.postgresql.org/docs/15/index.html documentation: https://www.postgresql.org/docs/15/index.html
@ -25,12 +25,12 @@ data:
- postgresql - postgresql
- postgresql-server - postgresql-server
profiles: profiles:
server: server:
rpms: rpms:
- postgresql-server - postgresql-server
client: client:
rpms: rpms:
- postgresql - postgresql
components: components:
rpms: rpms:
postgresql: postgresql:

Loading…
Cancel
Save