diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-08-02 14:31:14 +0000 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-08-02 14:31:14 +0000 |
| commit | f16a12e738825d17ece5378fd6c8a4a77b03f4a2 (patch) | |
| tree | 9a83da7eb9fb64be74bb0f32ccfcccb30a6deddf | |
| parent | 3d884df24ea1d8623465074f40ef7a3271aa1f65 (diff) | |
| -rw-r--r-- | .github/workflows/dependencies_matches.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependencies_matches.yaml b/.github/workflows/dependencies_matches.yaml index 51e7b2b..5552539 100644 --- a/.github/workflows/dependencies_matches.yaml +++ b/.github/workflows/dependencies_matches.yaml @@ -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/* |
