Skip to content

Commit 10d28e7

Browse files
Merge pull request #1432 from jorgecotillo/master
Small comment update
2 parents fd702d9 + 9e66190 commit 10d28e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

generator/cmd/findbasepath.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ executeSynchronous(async () => {
1212
const prPrefix = process.argv[3];
1313
let basePath = prName.replace(prPrefix, "");
1414

15-
// format basePath
15+
// format basePath.
1616
basePath = `${basePath}/resource-manager`;
1717

1818
const autogenEntries = findAutogenEntries(basePath);
1919

2020
if (autogenEntries.length === 0) {
21-
//not found
21+
// not onboarded in autogeneration
2222
console.log("false");
2323
return;
2424
}
2525

2626
console.log(`Base path: '${basePath} found in autogenlist.`);
2727
console.log("true");
28-
});
28+
});

0 commit comments

Comments
 (0)