Skip to content

Commit 5d03a12

Browse files
authored
Update baseline.md
1 parent dfdfc04 commit 5d03a12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/learning-paths/servers-and-cloud-computing/ruby-on-rails

content/learning-paths/servers-and-cloud-computing/ruby-on-rails/baseline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Check `config/database.yml` to ensure the `username` and `password` match your P
7575
Open the Rails database configuration file:
7676

7777
```console
78-
nano config/database.yml
78+
vi config/database.yml
7979
```
8080
Find the `default`: and `development`: sections.
8181
Ensure the username matches the PostgreSQL user you created (gcpuser):

0 commit comments

Comments
 (0)