From 9a4c794d51ad8a41b6f967f4b23f4421b773a5ef Mon Sep 17 00:00:00 2001 From: ahmadk953 <103906421+ahmadk953@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:22:59 -0400 Subject: [PATCH] chore: fix typos --- docker/pgbouncer/README.md | 2 +- generate-certs.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/pgbouncer/README.md b/docker/pgbouncer/README.md index a899cc5..14d6aa2 100644 --- a/docker/pgbouncer/README.md +++ b/docker/pgbouncer/README.md @@ -66,7 +66,7 @@ docker run --rm \ -e DB_PASSWORD=pass \ -e DB_HOST=postgres-host \ -e DB_NAME=database \ - -v pgbouncer.ini:/etc/pgbouncer/pgbouncer.ini:ro + -v pgbouncer.ini:/etc/pgbouncer/pgbouncer.ini:ro \ -p 5432:5432 ghcr.io/ahmadk953/poixpixel-discord-bot-pgbouncer ``` diff --git a/generate-certs.sh b/generate-certs.sh index 9b57d08..eebdac0 100755 --- a/generate-certs.sh +++ b/generate-certs.sh @@ -19,7 +19,7 @@ openssl req -new -x509 -days 365 -nodes \ -keyout certs/cache-server.key \ -subj "/CN=localhost" -# Genreate pgbouncer Certificates +# Generate pgbouncer Certificates openssl req -new -x509 -days 365 -nodes \ -out certs/pgbouncer-server.crt \ -keyout certs/pgbouncer-server.key \