diff options
Diffstat (limited to 'syz-ci/syz-ci.go')
| -rw-r--r-- | syz-ci/syz-ci.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-ci/syz-ci.go b/syz-ci/syz-ci.go index ae8886bb4..74afa2b89 100644 --- a/syz-ci/syz-ci.go +++ b/syz-ci/syz-ci.go @@ -114,7 +114,7 @@ type Config struct { // Path to upload corpus.db from managers (optional). // Supported protocols: GCS (gs://) and HTTP PUT (http:// or https://). CorpusUploadPath string `json:"corpus_upload_path"` - // Make files uploaded via CoverUploadPath and CorpusUploadPath public. + // Make files uploaded via CoverUploadPath, CorpusUploadPath and CoverProgramsPath public. PublishGCS bool `json:"publish_gcs"` // Path to upload bench data from instances (optional). // Supported protocols: GCS (gs://) and HTTP PUT (http:// or https://). |
