Merge "PolyGerrit: Fix git clone commands for copying commit-msg hook in projects"
This commit is contained in:
commit
008eb7c482
@ -236,7 +236,8 @@
|
|||||||
title,
|
title,
|
||||||
command: commandObj[title]
|
command: commandObj[title]
|
||||||
.replace('${project}', project)
|
.replace('${project}', project)
|
||||||
.replace('${project-base-name}', project),
|
.replace('${project-base-name}',
|
||||||
|
project.substring(project.lastIndexOf('/') + 1)),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
return commands;
|
return commands;
|
||||||
|
Loading…
Reference in New Issue
Block a user