Skip to content

Commit ccbaf8b

Browse files
jzhang026iclanton
andauthored
Update libraries/rush-lib/src/cli/actions/InitSubspaceAction.ts
Co-authored-by: Ian Clanton-Thuon <[email protected]>
1 parent 30413bd commit ccbaf8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/rush-lib/src/cli/actions/InitSubspaceAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export class InitSubspaceAction extends BaseRushAction {
6161
const subspaceConfigPath: string = `${this.rushConfiguration.commonFolder}/config/subspaces/${newSubspaceName}`;
6262
const defaultAssetsSubfolder: string = `${assetsFolderPath}/rush-init`;
6363
const userDefinedAssetsFolder: string | undefined = subspacesConfiguration.subspaceInitAssetsFolder
64-
? path.join(this.rushConfiguration.rushJsonFolder, subspacesConfiguration.subspaceInitAssetsFolder)
64+
? `${this.rushConfiguration.rushJsonFolder}/${subspacesConfiguration.subspaceInitAssetsFolder}`
6565
: undefined;
6666
const templateFilePaths: string[] = [
6767
'[dot]npmrc',

0 commit comments

Comments
 (0)