Skip to content

Commit 8149a91

Browse files
authored
Merge pull request rails#53917 from n-studio/update-homebrew-path
Update default homebrew path in `database.yml` comments
2 parents d7aca1e + 91a933a commit 8149a91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/source/command_line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Let's see what it put in our `config/database.yml`:
9999
# Install the pg driver:
100100
# gem install pg
101101
# On macOS with Homebrew:
102-
# gem install pg -- --with-pg-config=/usr/local/bin/pg_config
102+
# gem install pg -- --with-pg-config=/opt/homebrew/bin/pg_config
103103
# On Windows:
104104
# gem install pg
105105
# Choose the win32 build.

railties/lib/rails/generators/rails/app/templates/config/databases/postgresql.yml.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Install the pg driver:
44
# gem install pg
55
# On macOS with Homebrew:
6-
# gem install pg -- --with-pg-config=/usr/local/bin/pg_config
6+
# gem install pg -- --with-pg-config=/opt/homebrew/bin/pg_config
77
# On Windows:
88
# gem install pg
99
# Choose the win32 build.

0 commit comments

Comments
 (0)