summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-08-02 14:03:30 +0000
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-08-02 14:03:30 +0000
commitaed39be324cd84d62047a7b63212c85185e8ca24 (patch)
treecc6b983006334d22be946fd5169857edc5626bb0
parentf8a02b30e4d07654b6f19c63b7987ba40f9fc54f (diff)
proper dir
-rw-r--r--.github/workflows/dependencies_matches.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependencies_matches.yaml b/.github/workflows/dependencies_matches.yaml
index 6f55fe0..45b09de 100644
--- a/.github/workflows/dependencies_matches.yaml
+++ b/.github/workflows/dependencies_matches.yaml
@@ -72,6 +72,6 @@ jobs:
OUTPUT=$(diff -ra external/polyseed ${{ matrix.coin }}/contrib/depends/sources/polyseed | grep -v .git)
if [[ ! "x$OUTPUT" == "x" ]];
then
- diff -ra external/polyseed ${{ matrix.coin }}/contrib/depends/sources/polyseed
+ diff -ra external/polyseed ${{ matrix.coin }}/contrib/depends/sources/polyseed/*
exit 1
fi