Skip to content

Commit ad7abf3

Browse files
authored
Fix indenting in SQLite database.yml
1 parent cff2eb1 commit ad7abf3

File tree

1 file changed

+1
-1
lines changed
  • railties/lib/rails/generators/rails/app/templates/config/databases

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ test:
2929
# ensure the database is located in a persisted volume.
3030
production:
3131
<<: *default
32-
# database: path/to/persistent/storage/production.sqlite3
32+
# database: path/to/persistent/storage/production.sqlite3

0 commit comments

Comments
 (0)