Skip to content

Commit bb2d9e8

Browse files
committed
correct tne relative path
1 parent e527188 commit bb2d9e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fuzz/clean_fuzz_dir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import shutil
44
import fire
55

6-
def clean_project_dirs(root_dir="/fuzz/oss-fuzz/projects"):
6+
def clean_project_dirs(root_dir="fuzz/oss-fuzz/projects"):
77
"""
88
清理 oss-fuzz 项目目录下的 fuzz_inputs 和 tests-gen 文件夹
99

0 commit comments

Comments
 (0)