From 2fd61481e4c9d677b25d90f654e2a6bfba8691ef Mon Sep 17 00:00:00 2001 From: rzadp Date: Tue, 10 Sep 2024 14:12:06 +0200 Subject: [PATCH] fixup --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b540741..83cd9d3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -76,7 +76,7 @@ jobs: run: | license-scanner scan \ --ensure-product 'Polkadot' \ - -- ./polkadot/xcm/src/lib.rs \ + -- ./xcm/src/lib.rs \ 2>out.txt \ && exit 1 || true # We expected it to fail because there are some copy-paste errors.