Skip to content

Commit e030121

Browse files
author
Kelly Selden
committed
fix comment
1 parent 09a3a8c commit e030121

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/get-start-and-end-commands.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ module.exports = function getStartAndEndCommands({
3737
...projectOptions.includes('blueprint') ? {} : {
3838
packageName: 'ember-cli',
3939
commandName: 'ember',
40-
// `createProjectFromCache` no longer works with blueprints.
41-
// It would look for an `ember-cli` version with the same
42-
// version as the blueprint.
40+
// `createProjectFromCache` no longer works with custom blueprints.
41+
// It would look for an `ember-cli` version with the same version
42+
// as the blueprint.
4343
createProjectFromCache: createProjectFromCache(command)
4444
},
4545
createProjectFromRemote: createProjectFromRemote(command),

0 commit comments

Comments
 (0)