Skip to content

Commit b471d03

Browse files
committed
scripts: fix regen-cbor path
1 parent 1026811 commit b471d03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/regen-cbor-fixtures.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# regen-cbor-fixtures.sh — regenerate Rust CBOR parity fixtures; cargo caches the build
33
set -euo pipefail
44

5-
cd "$(dirname "$0")/../test/fixtures/cbor/gen"
5+
cd "$(dirname "$0")/../test/conformance/fixtures/cbor/gen"
66
cargo run > ../native.toml
77
echo "[regen-cbor-fixtures] native.toml updated"

0 commit comments

Comments
 (0)