Skip to content

Commit

Permalink
Update extract_terms_without_purls.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah-Doerpholz authored May 13, 2024
1 parent 9976df8 commit 1a6f022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extract_terms_without_purls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: get difference in files
run: |
comm -23 new_extraction_sorted.txt purls.txt > missing_purls.txt
comm -23 new_extraction_sorted.txt purls_sorted.txt > missing_purls.txt
- name: remove temporary new file
run: |
Expand Down

0 comments on commit 1a6f022

Please sign in to comment.