We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a348831 commit b609476Copy full SHA for b609476
cli/src/utils.ts
@@ -58,7 +58,7 @@ export function getSystemNameFromPath(inputName: string) {
58
systemName = `T${systemName}`;
59
}
60
61
- // System name could exceed 10 characters (ie. if prefix is long or because of T prefix) so substring one last time
+ // 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
62
return systemName.substring(0, 10).toUpperCase();
63
64
0 commit comments