summaryrefslogtreecommitdiffhomepage
path: root/infra/console.ts
diff options
context:
space:
mode:
Diffstat (limited to 'infra/console.ts')
-rw-r--r--infra/console.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/console.ts b/infra/console.ts
index 283fe2c37..de72cb072 100644
--- a/infra/console.ts
+++ b/infra/console.ts
@@ -101,7 +101,7 @@ export const stripeWebhook = new stripe.WebhookEndpoint("StripeWebhookEndpoint",
})
const zenLiteProduct = new stripe.Product("ZenLite", {
- name: "OpenCode Lite",
+ name: "OpenCode Go",
})
const zenLitePrice = new stripe.Price("ZenLitePrice", {
product: zenLiteProduct.id,