1
0
Fork 0

Tweak lock repo name

pull/8702/head
Jordi Boggiano 2020-03-13 11:20:58 +01:00
parent 3a9b786400
commit c2d0fed06b
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class LockArrayRepository extends ArrayRepository
{
public function getRepoName()
{
return 'lock '.parent::getRepoName();
return 'lock repo';
}
}