Skip to content

Commit b609476

Browse files
update comment
Signed-off-by: Sanjula Ganepola <[email protected]>
1 parent a348831 commit b609476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function getSystemNameFromPath(inputName: string) {
5858
systemName = `T${systemName}`;
5959
}
6060

61-
// System name could exceed 10 characters (ie. if prefix is long or because of T prefix) so substring one last time
61+
// System name could exceed 10 characters (ie. if prefix is long, name is all uppercase, or because of T prefix) so substring one last time
6262
return systemName.substring(0, 10).toUpperCase();
6363
}
6464

0 commit comments

Comments
 (0)