Skip to content

Commit 20d78e8

Browse files
author
Kelly Selden
committed
use path.join
1 parent 84973e3 commit 20d78e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/get-start-and-end-commands-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const packageName = 'ember-cli';
2424
const commandName = 'ember';
2525
const blueprint = 'test-blueprint';
2626
const blueprintPath = '/path/to/blueprint';
27-
const projectRoot = path.normalize(`${cwd}/${projectName}`);
27+
const projectRoot = path.join(cwd, projectName);
2828
const baseBlueprint = loadDefaultBlueprint([], baseVersion);
2929
const defaultStartBlueprint = loadDefaultBlueprint([], startVersion);
3030
const defaultEndBlueprint = loadDefaultBlueprint([], endVersion);

0 commit comments

Comments
 (0)