Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: David Korczynski <[email protected]>
  • Loading branch information
DavidKorczynski committed Nov 6, 2024
1 parent 856b661 commit c30bd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/build/functions/build_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def get_build_steps_for_project(project,
# there is only a single sanitizer.
if use_caching:
cache_name = ('us-central1-docker.pkg.dev/oss-fuzz/oss-fuzz-gen/'
f'{project.name}-ofg-cached-{project.sanitizers[0]}')
f'{project.name}-ofg-cached-{project.sanitizers[0]}')
else:
cache_name = ''
build_steps = build_lib.get_project_image_steps(
Expand Down

0 comments on commit c30bd8c

Please sign in to comment.