Skip to content

Commit

Permalink
appease rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Feb 20, 2025
1 parent a001570 commit e505a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dockerfile-rails/scanner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def scan_rails_app
@mysql = true
elsif @gemfile.include?("activerecord-sqlserver-adapter")
@sqlserver = true
elsif @gemfile.include? "sqlite3" || database == "sqlite3"
elsif @gemfile.include?("sqlite3") || database == "sqlite3"
# check this one last as sqlite3 may be used in development
@sqlite3 = true
end
Expand Down

0 comments on commit e505a3f

Please sign in to comment.