Skip to content

Commit

Permalink
fix: Correct source_files name
Browse files Browse the repository at this point in the history
  • Loading branch information
David Nedrow committed Jan 4, 2024
1 parent dc7540a commit 2436e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/slather/command/coverage_command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def setup_arch
end

def setup_source_files
project.source_files = source_files_list if !source_files_list.empty?
project.source_files = source_files if !source_files.empty?
end

def setup_decimals
Expand Down

0 comments on commit 2436e9a

Please sign in to comment.