Skip to content

Commit

Permalink
Merge pull request #509 from olleolleolle/run-standard
Browse files Browse the repository at this point in the history
cleanup: Run standard:fix
  • Loading branch information
bkeepers committed Jul 1, 2024
2 parents cf5dcf7 + 76c2eda commit b86d9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dotenv/rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Rails < ::Rails::Railtie
delegate :files, :files=, :overwrite, :overwrite=, :autorestore, :autorestore=, :logger, to: "config.dotenv"

def initialize
super()
super
config.dotenv = ActiveSupport::OrderedOptions.new.update(
# Rails.logger is not available yet, so we'll save log messages and replay them when it is
logger: Dotenv::ReplayLogger.new,
Expand Down

0 comments on commit b86d9e4

Please sign in to comment.