Skip to content

Commit

Permalink
appease rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Oct 19, 2024
1 parent 04dd4bf commit a275d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/dockerfile_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ def procfile
}
end

if using_solidq? and deploy_database == "sqlite3"
if using_solidq? && (deploy_database == "sqlite3")
base.merge(solidq: "bundle exec rake solid_queue:start")
else
base
Expand Down

0 comments on commit a275d82

Please sign in to comment.