Skip to content

Commit b62e90c

Browse files
author
Kelly Selden
committed
fix init version
1 parent feb04c4 commit b62e90c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/init.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ module.exports = async function init({
2727
} else {
2828
parsedBlueprint = defaultBlueprint;
2929
}
30-
parseBlueprint.version = to;
3130

32-
let downloadedBlueprint = await downloadBlueprint(parsedBlueprint.name, parsedBlueprint.url, parseBlueprint.version);
31+
let downloadedBlueprint = await downloadBlueprint(parsedBlueprint.name, parsedBlueprint.url, to);
3332

3433
let result = await (await boilerplateUpdate({
3534
projectOptions: ['blueprint'],

0 commit comments

Comments
 (0)