Skip to content

Commit e9d4db4

Browse files
C3: fix step 2 saying that the will be configured using wrangler setup when it is not (#11395)
1 parent 17cea9c commit e9d4db4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/empty-pandas-exist.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-cloudflare": patch
3+
---
4+
5+
Fix step 2 saying that the will be configured using `wrangler setup` when it is not

packages/create-cloudflare/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ const create = async (ctx: C3Context) => {
158158

159159
const configure = async (ctx: C3Context) => {
160160
startSection(
161-
"Configuring your application for Cloudflare via `wrangler setup`",
161+
`Configuring your application for Cloudflare${ctx.args.experimental ? ` via \`wrangler setup\`` : ""}`,
162162
"Step 2 of 3",
163163
);
164164

0 commit comments

Comments
 (0)