Change-Id: I351de28aa5d5f25187953f1a4502445bc2ce76cc
| ... | ... |
@@ -519,7 +519,7 @@ function git_clone {
|
| 519 | 519 |
if [[ ! -d $git_dest ]]; then |
| 520 | 520 |
if [[ "$ERROR_ON_CLONE" = "True" ]]; then |
| 521 | 521 |
echo "The $git_dest project was not found; if this is a gate job, add" |
| 522 |
- echo "the project to the \$PROJECTS variable in the job definition." |
|
| 522 |
+ echo "the project to 'required-projects' in the job definition." |
|
| 523 | 523 |
die $LINENO "Cloning not allowed in this configuration" |
| 524 | 524 |
fi |
| 525 | 525 |
git_timed clone $git_clone_flags $git_remote $git_dest |