Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sichapman authored Oct 7, 2024
1 parent f28c512 commit b0848cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/commodities.rb
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def provision_commodities(root_loc, new_containers)
# If you later modify .commodities to allow this to run again (e.g. if you've added new apps to your group),
# you'll need to delete the postgres container and it's volume else you'll get errors.
# Do a fullreset, or docker-compose rm -v -f postgres-13
%w(13, 17).each do |postgres_version|
%w[13 17].each do |postgres_version|
provision_postgres(root_loc, new_containers, postgres_version)
# Alembic, too
provision_alembic(root_loc, postgres_version)
Expand Down

0 comments on commit b0848cb

Please sign in to comment.