chore(gbot): fix the URL

This commit is contained in:
Garagem 2019-02-21 16:16:05 -03:00
parent 4263cd7629
commit 3481edd422

View file

@ -485,7 +485,7 @@ export class AzureDeployerService extends GBService {
process.stdout.write( process.stdout.write(
`${GBAdminService.GB_PROMPT}Due to this opened issue: https://github.com/Microsoft/botbuilder-tools/issues/550\n` `${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)+$/, ''); authoringKey = scanf('%s').replace(/(\n|\r)+$/, '');
} }
}; };