Skip to content

Commit 0a5ff2b

Browse files
committed
Update index.ts
1 parent 960599c commit 0a5ff2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng-generate/table-prompter/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ function getTtlPaths(promptSubj: Subject<any>, allAnswers: Schema, subscriber: S
160160
excludeFilter: (nodePath: any) => !nodePath.endsWith('wizard.config.json'),
161161
excludePath: (nodePath: any) => nodePath.startsWith('node_modules'),
162162
itemType: 'file',
163-
message: 'Choose the path to an existing wizard config file which includes (wizard.config.json). Start writing file name for suggestions:',
163+
message: 'Choose the path to an existing wizard config file which ends with "wizard.config.json". Start writing file name for suggestions:',
164164
rootPath: './',
165165
suggestOnly: false,
166166
depthLimit: 5,

0 commit comments

Comments
 (0)