[tpm2] nit

This commit is contained in:
Mike Aizatsky 2016-09-20 19:36:41 -07:00 committed by GitHub
parent 7dfc571c1e
commit b179097ee3
1 changed files with 1 additions and 1 deletions

2
tpm2/Jenkinsfile vendored
View File

@ -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"
}