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 a86fd1f commit 84024bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_check_license_headers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ 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 84024bc

Please sign in to comment.