Merge pull request #86 from PH1998/master

chore(gbot): fix the URL
This commit is contained in:
Rodrigo Rodriguez 2019-02-21 16:21:48 -03:00 committed by GitHub
commit e59e4b25d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -490,7 +490,7 @@ export class AzureDeployerService extends GBService {
process.stdout.write(
`${GBAdminService.GB_PROMPT}Due to this opened issue: https://github.com/Microsoft/botbuilder-tools/issues/550\n`
);
process.stdout.write(`${GBAdminService.GB_PROMPT}Please enter your LUIS Authoring Key:`);
process.stdout.write(`${GBAdminService.GB_PROMPT}Please enter your LUIS Authoring Key:`); // TODO: INCLUDE URL
authoringKey = scanf('%s').replace(/(\n|\r)+$/, '');
}
};