diff --git a/tpm2/Jenkinsfile b/tpm2/Jenkinsfile index 2f5f0cca7..66b8d10a2 100644 --- a/tpm2/Jenkinsfile +++ b/tpm2/Jenkinsfile @@ -19,6 +19,6 @@ def libfuzzerBuild = fileLoader.fromGit( 'https://github.com/google/oss-fuzz.git', 'master', null, '') libfuzzerBuild { - git = https://chromium.googlesource.com/chromiumos/third_party/tpm2/", + git = "https://chromium.googlesource.com/chromiumos/third_party/tpm2/", dockerfile = "/src/tpm2/fuzz/Dockerfile" }