We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048fd88 commit 7c719aeCopy full SHA for 7c719ae
src/deploy.ts
@@ -575,7 +575,7 @@ class Deployer {
575
const enable = await this.effects.clack.confirm({
576
message: wrapAnsi(
577
`Do you want to enable continuous deployment? ${faint(
578
- "This builds in the cloud and redeploys whenever you push to this repository."
+ "Given a GitHub repository, this builds in the cloud and redeploys whenever you push to the current branch."
579
)}`,
580
this.effects.outputColumns
581
),
0 commit comments