From a17749d9f11fe17668da7043880d512c477ebb01 Mon Sep 17 00:00:00 2001 From: miampf Date: Tue, 28 Jan 2025 13:47:01 +0100 Subject: [PATCH] fix typo --- .github/workflows/check-measurements-reproducibility.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-measurements-reproducibility.yml b/.github/workflows/check-measurements-reproducibility.yml index 7d6003b82..01886dd75 100644 --- a/.github/workflows/check-measurements-reproducibility.yml +++ b/.github/workflows/check-measurements-reproducibility.yml @@ -24,5 +24,5 @@ jobs: bazel build //image/measured-boot/cmd buildPath="$PWD/bazel-bin/image" cd $(mktemp -d) - sudo env "PATH=$PATH" "$buildPath/measured-boot/cmd/cmd_/cmd" "$buildPath/ssystem/qemu_qemu-vtpm_stable/constellation" ./measurements.json + sudo env "PATH=$PATH" "$buildPath/measured-boot/cmd/cmd_/cmd" "$buildPath/system/qemu_qemu-vtpm_stable/constellation" ./measurements.json cat ./measurements.json | jq