Skip to content

Commit

Permalink
Add ()
Browse files Browse the repository at this point in the history
  • Loading branch information
jomarko committed Dec 4, 2024
1 parent b18ed1e commit 03c721b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-rat-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
- name: Check NOTICE Copyright year
run: |
(grep "Copyright $(date +%Y) The Apache Software Foundation" NOTICE && echo "NOTICE Copyright year is up to date") || echo "NOTICE Copyright year is outdated" && exit 1
(grep "Copyright $(date +%Y) The Apache Software Foundation" NOTICE && echo "NOTICE Copyright year is up to date") || (echo "NOTICE Copyright year is outdated" && exit 1)

0 comments on commit 03c721b

Please sign in to comment.