Skip to content

Commit e6ebf00

Browse files
fix typo
1 parent 7811ee4 commit e6ebf00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clusterfuzz/_internal/cron/project_setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ def _sync_job(self, project, info, corpus_bucket_name, quarantine_bucket_name,
818818
project_name=base_project_name,
819819
disk_size_gb=oss_fuzz_gb)
820820
if oss_fuzz_gb is not None:
821-
job.envrionment_string += 'ALLOW_UNPACK_OVER_HTTP = True\n'
821+
job.environment_string += 'ALLOW_UNPACK_OVER_HTTP = True\n'
822822

823823
# Centipede requires a separate build of the sanitized binary.
824824
if template.engine == 'centipede':

0 commit comments

Comments
 (0)