File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ module.exports = NewCommand.extend({
28
28
commandOptions . name = rawArgs . shift ( ) ;
29
29
30
30
if ( ! packageName ) {
31
- message = chalk . yellow ( 'The `ember ' + this . name + '` command requires a ' +
32
- 'name to be specified. For more details, use `ember help`.' ) ;
31
+ message = chalk . yellow ( 'The `ng ' + this . name + '` command requires a ' +
32
+ 'name to be specified. For more details, use `ng help`.' ) ;
33
33
34
34
return Promise . reject ( new SilentError ( message ) ) ;
35
35
}
@@ -39,7 +39,7 @@ module.exports = NewCommand.extend({
39
39
}
40
40
41
41
if ( packageName === '.' ) {
42
- message = 'Trying to generate an application structure in this directory? Use `ember init` instead.' ;
42
+ message = 'Trying to generate an application structure in this directory? Use `ng init` instead.' ;
43
43
44
44
return Promise . reject ( new SilentError ( message ) ) ;
45
45
}
You can’t perform that action at this time.
0 commit comments