Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit e505ef7

Browse files
committed
Changing qnamaker init message
1 parent bfc0a25 commit e505ef7

File tree

1 file changed

+1
-1
lines changed
  • packages/qnamaker/src/commands/qnamaker

1 file changed

+1
-1
lines changed

packages/qnamaker/src/commands/qnamaker/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default class QnamakerInit extends Command {
2222
}
2323

2424
async initializeConfig(): Promise<boolean> {
25-
this.log(chalk.cyan.bold('\nThis util will walk you through creating a .qnamakerrc file\n\nPress ^C at any time to quit.\n\n'))
25+
this.log(chalk.cyan.bold('\nThis util will walk you through the QnA Maker config settings\n\nPress ^C at any time to quit.\n\n'))
2626
const questions = [
2727
'What is your QnAMaker access/subscription key? (found on the Cognitive Services Azure portal page under "access keys") ',
2828
'What would you like to use as your active knowledgebase ID? [none] '

0 commit comments

Comments
 (0)