| Index: recipes/recipes/luci_py.py
|
| diff --git a/recipes/recipes/luci_py.py b/recipes/recipes/luci_py.py
|
| index 61492a540d928c9625d7f9a9bb59a9fcad079baf..34ebcab4a6b740c040fcb61274e12ef3cb0dcbd8 100644
|
| --- a/recipes/recipes/luci_py.py
|
| +++ b/recipes/recipes/luci_py.py
|
| @@ -22,6 +22,7 @@ def GenTests(api):
|
| buildername='luci-py-linux64',
|
| buildnumber=123,
|
| mastername='chromium.infra',
|
| - repository='https://chromium.googlesource.com/external/github.com/luci/luci-py',
|
| + repository='https://chromium.googlesource.com/external/github.com/' +
|
| + 'luci/luci-py',
|
| )
|
| )
|
|
|