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,
|
||||
command: commandObj[title]
|
||||
.replace('${project}', project)
|
||||
.replace('${project-base-name}', project),
|
||||
.replace('${project-base-name}',
|
||||
project.substring(project.lastIndexOf('/') + 1)),
|
||||
});
|
||||
}
|
||||
return commands;
|
||||
|
Loading…
Reference in New Issue
Block a user