Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Aug 2, 2024
1 parent 3d884df commit f16a12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies_matches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
popd
- name: diff
run: |
OUTPUT=$(diff -ra external/polyseed ${{ matrix.coin }}/contrib/depends/sources/polyseed | grep -v .git | wc -l)
OUTPUT=$(diff -ra external/polyseed ${{ matrix.coin }}/contrib/depends/sources/polyseed/* | grep -v .git | wc -l)
if [[ ! "x$OUTPUT" == "x0" ]];
then
diff -ra external/polyseed ${{ matrix.coin }}/contrib/depends/sources/polyseed/*
Expand Down

0 comments on commit f16a12e

Please sign in to comment.