From 1056e852a344357b4a6da56b59e5675746eaf21e Mon Sep 17 00:00:00 2001 From: domna Date: Wed, 17 Jul 2024 15:49:21 +0200 Subject: [PATCH] Forgot a `)` --- .github/workflows/check_nexus_version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_nexus_version.yml b/.github/workflows/check_nexus_version.yml index d8aab2c1d..28e722e05 100644 --- a/.github/workflows/check_nexus_version.yml +++ b/.github/workflows/check_nexus_version.yml @@ -17,7 +17,7 @@ jobs: git submodule update --init --recursive --jobs=4 git submodule foreach --recursive 'git fetch --tags' cd src/pynxtools/definitions - printf "%s" "$(git describe --dirty --tags --long --abbrev=8 --match '*[0-9]*'" > ../nexus-ref.txt + printf "%s" "$(git describe --dirty --tags --long --abbrev=8 --match '*[0-9]*')" > ../nexus-ref.txt cd ../ - name: Diff run: |