Skip to content

Commit

Permalink
chore(cli): wording
Browse files Browse the repository at this point in the history
Rate limit · GitHub

Access has been restricted

You have triggered a rate limit.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

timsuchanek committed May 8, 2018
1 parent e8d2762 commit 2b17359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/packages/prisma-cli-core/src/utils/EndpointDialog.ts
Original file line number Diff line number Diff line change
@@ -669,7 +669,7 @@ export class EndpointDialog {
const question = {
name: 'stage',
type: 'input',
message: 'To which stage do you want to deploy?',
message: 'Choose a name for your stage',
default: defaultName,
}

@@ -682,7 +682,7 @@ export class EndpointDialog {
const question = {
name: 'service',
type: 'input',
message: 'How do you want to call your service?',
message: 'Choose a name for your service',
default: defaultName,
}

0 comments on commit 2b17359

Please sign in to comment.