Skip to content

Commit 7c719ae

Browse files
committed
tweak cd prompt to clarify that you need a github repo
1 parent 048fd88 commit 7c719ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ class Deployer {
575575
const enable = await this.effects.clack.confirm({
576576
message: wrapAnsi(
577577
`Do you want to enable continuous deployment? ${faint(
578-
"This builds in the cloud and redeploys whenever you push to this repository."
578+
"Given a GitHub repository, this builds in the cloud and redeploys whenever you push to the current branch."
579579
)}`,
580580
this.effects.outputColumns
581581
),

0 commit comments

Comments
 (0)