Trim the project name again after fixing (#15682)
GitOrigin-RevId: 74c87ee1689668a058a162a1f456815e0748b049
This commit is contained in:
@@ -193,6 +193,8 @@ function fixProjectName(name) {
|
||||
if (name.length > MAX_PROJECT_NAME_LENGTH) {
|
||||
name = name.substr(0, MAX_PROJECT_NAME_LENGTH)
|
||||
}
|
||||
// Remove any leading or trailing whitespace after fixing
|
||||
name = name.trim()
|
||||
return name
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user