Skip to content

Commit 632fde9

Browse files
authored
Fix incorrect path for ty_python_semantic in fuzzer (#24052)
1 parent 0ef39de commit 632fde9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fuzz/init-fuzzer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if [ ! -d corpus/common ]; then
3333
# Build a smaller corpus in addition to the (optional) larger corpus
3434
echo "Building a smaller corpus dataset..."
3535
curl -L 'https://github.com/python/cpython/archive/refs/tags/v3.13.0.tar.gz' | tar xz
36-
cp -r "../../../crates/ty_project/resources/test/corpus" "ty_project"
36+
cp -r "../../../crates/ty_python_semantic/resources/corpus" "ty_python_semantic"
3737
cp -r "../../../crates/ruff_linter/resources/test/fixtures" "ruff_linter"
3838
cp -r "../../../crates/ruff_python_formatter/resources/test/fixtures" "ruff_python_formatter"
3939
cp -r "../../../crates/ruff_python_parser/resources" "ruff_python_parser"

0 commit comments

Comments
 (0)