From c42b1d9abd8d18d543e7ef94e01c21a09f34914d Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Tue, 20 Sep 2016 19:37:34 -0700 Subject: [PATCH] [tpm2] nits --- tpm2/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpm2/Jenkinsfile b/tpm2/Jenkinsfile index 66b8d10a2..2c8fe6600 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" }