From 8f58a5426a815bee46397de3162017c9a509ecd5 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Tue, 11 Oct 2016 14:39:47 -0700 Subject: [PATCH] Update new_library.md --- docs/new_library.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/new_library.md b/docs/new_library.md index 138844270..e7773cd6f 100644 --- a/docs/new_library.md +++ b/docs/new_library.md @@ -149,8 +149,7 @@ infrastructure. For expat, this is: ```groovy // load libFuzzer pipeline definition. def libfuzzerBuild = fileLoader.fromGit('infra/libfuzzer-pipeline.groovy', - 'https://github.com/google/oss-fuzz.git', - 'master', null, '') + 'https://github.com/google/oss-fuzz.git') libfuzzerBuild { git = "git://git.code.sf.net/p/expat/code_git"