Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jjtang1985 committed Mar 10, 2020
1 parent c95ad58 commit 3a136e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/generate-odata-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default class GenerateODataClient extends Command {
this.log('');

if (await cli.confirm('Do you want to install the @sap-cloud-sdk/generator globally? (y|n)')) {
await execa('npm', ['install', '--global', '@sap-cloud-sdk/generator']);
await execa('npm', ['install', '--global', '--@sap:registry=https://npm.sap.com', '@sap-cloud-sdk/generator']);
} else {
this.error('It is required to have the @sap-cloud-sdk/generator installed globally. Please install and rerun.', { exit: 1 });
}
Expand Down

0 comments on commit 3a136e6

Please sign in to comment.