mirror of https://github.com/google/oss-fuzz.git
[infra] Fix a typo.
This commit is contained in:
parent
e5346f4036
commit
6aa0b3b3c7
|
@ -340,7 +340,7 @@ def update_targets_readme(readme_path, target_name, fuzzers_location):
|
||||||
|
|
||||||
position_to_insert += first_target_line_number
|
position_to_insert += first_target_line_number
|
||||||
updated_readme_lines = readme_lines[ : position_to_insert]
|
updated_readme_lines = readme_lines[ : position_to_insert]
|
||||||
updated_readme_lines.append('| %s | [%s](%s) |\n' % (target_name,
|
updated_readme_lines.append('| %s | [/%s](%s) |\n' % (target_name,
|
||||||
fuzzers_location,
|
fuzzers_location,
|
||||||
target_name))
|
target_name))
|
||||||
updated_readme_lines += readme_lines[position_to_insert : ]
|
updated_readme_lines += readme_lines[position_to_insert : ]
|
||||||
|
|
Loading…
Reference in New Issue