Merge "PolyGerrit: Fix git clone commands for copying commit-msg hook in projects"

This commit is contained in:
Kasper Nilsson 2017-06-19 16:13:23 +00:00 committed by Gerrit Code Review
commit 008eb7c482

View File

@ -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;