Skip to content

Commit

Permalink
Fix license_finder to work with docs/ directory (#2009)
Browse files Browse the repository at this point in the history
Signed-off-by: David A. Wheeler <[email protected]>
  • Loading branch information
david-a-wheeler authored Jul 31, 2023
1 parent 0714292 commit 43e0628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/default.rake
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ end
# HAVE run this program locally.
desc 'Examine licenses of reused components; see license_finder docs.'
file 'license_okay' => ['Gemfile.lock', 'docs/dependency_decisions.yml'] do
sh 'bundle exec license_finder && touch license_okay'
sh 'bundle exec license_finder --decisions_file docs/dependency_decisions.yml && touch license_okay'
end

desc 'Create license report'
Expand Down

0 comments on commit 43e0628

Please sign in to comment.