Skip to content

Commit 020ec84

Browse files
committedJan 8, 2021
8259429: Update reference to README.md
Reviewed-by: iris
1 parent fb68395 commit 020ec84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎make/conf/jib-profiles.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1001,9 +1001,9 @@ var getJibProfilesProfiles = function (input, common, data) {
10011001
// test tasks. Care must however be taken not to polute that work dir by
10021002
// setting the appropriate make variables to control output directories.
10031003
//
1004-
// Use the existance of the top level README as indication of if this is
1004+
// Use the existance of the top level README.md as indication of if this is
10051005
// the full source or just src.conf.
1006-
if (!new java.io.File(__DIR__, "../../README").exists()) {
1006+
if (!new java.io.File(__DIR__, "../../README.md").exists()) {
10071007
var runTestPrebuiltSrcFullExtra = {
10081008
dependencies: "src.full",
10091009
work_dir: input.get("src.full", "install_path"),

0 commit comments

Comments
 (0)