Skip to content

Commit

Permalink
Add missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
VoigtS committed Nov 19, 2024
1 parent 7127951 commit 42b9966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: check license headers
run: >
files=$(addlicense --check -- src/);
if [[ echo $files | wc -c) -ne 0 ]]; then
if [[ (echo $files | wc -c) -ne 0 ]]; then
echo $files
exit 1
else
Expand Down

0 comments on commit 42b9966

Please sign in to comment.