8000 chore: remove ember-cli references in comments · mikebellcoder/angular-cli@b9a8ae4 · GitHub
[go: up one dir, main page]

Skip to content

Commit b9a8ae4

Browse files
jesperronnfilipesilva
authored andcommitted
chore: remove ember-cli references in comments
1 parent b28c098 commit b9a8ae4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/ng

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ resolve('angular-cli', { basedir: process.cwd() },
1313
function (error, projectLocalCli) {
1414
var cli;
1515
if (error) {
16-
// If there is an error, resolve could not find the ember-cli
16+
// If there is an error, resolve could not find the ng-cli
1717
// library from a package.json. Instead, include it from a relative
1818
// path to this script file (which is likely a globally installed
19-
// npm package). Most common cause for hitting this is `ember new`
19+
// npm package). Most common cause for hitting this is `ng new`
2020
cli = require('../lib/cli');
2121
} else {
2222
// No error implies a projectLocalCli, which will load whatever
23-
// version of ember-cli you have installed in a local package.json
23+
// version of ng-cli you have installed in a local package.json
2424
cli = require(projectLocalCli);
2525
}
2626

0 commit comments

Comments
 (0)
0