Skip to content

Commit

Permalink
Update env file
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdracz committed Mar 11, 2024
1 parent 22024c9 commit 90fbb2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/shakapacker/env.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
class Shakapacker::Env
delegate :config_path, :logger, to: :@instance
delegate :config, :logger, to: :@instance
delegate :config_path, to: :config

def self.inquire(instance)
new(instance).inquire
Expand Down

0 comments on commit 90fbb2d

Please sign in to comment.