diff --git a/Running-Mastodon/PgBouncer-guide.md b/Running-Mastodon/PgBouncer-guide.md index e44237ff..e45ed0bd 100644 --- a/Running-Mastodon/PgBouncer-guide.md +++ b/Running-Mastodon/PgBouncer-guide.md @@ -36,7 +36,7 @@ Here's how you might reset the password: Then: - ALTER USER "mastodon" WITH PASSWORD "password"; + ALTER USER "mastodon" WITH PASSWORD 'password'; Then `\q` to quit.