Skip to content

Commit

Permalink
cmd/lib/ci_matrix: fix manual auditing
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay committed Apr 2, 2024
1 parent b6966bc commit 97d204a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lib/ci_matrix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def self.generate(tap, labels: [], cask_names: [], skip_install: false, new_cask

cask_files_to_check = if cask_names.any?
cask_names.map do |cask_name|
Cask::CaskLoader.load(cask_name).sourcefile_path.relative_path_from(tap.path)
Cask::CaskLoader.find_cask_in_tap(cask_name, tap).relative_path_from(tap.path)
end
else
changed_files[:modified_cask_files]
Expand Down

0 comments on commit 97d204a

Please sign in to comment.