Skip to content

Commit 36b6fdc

Browse files
committed
fix(cli): reset config before parse
1 parent 3e5a697 commit 36b6fdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/skunk/cli/application.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def initialize(argv)
2525
def execute
2626
warn_coverage_info unless File.exist?(COVERAGE_FILE)
2727

28+
Skunk::Config.reset
2829
# :reek:NilCheck
2930
@parsed_options = @options.parse.to_h
3031
command = Skunk::CommandFactory.create(@parsed_options)

0 commit comments

Comments
 (0)