diff --git a/dist/index.cjs b/dist/index.cjs index b10a67e..6c5aee0 100755 --- a/dist/index.cjs +++ b/dist/index.cjs @@ -3119,7 +3119,7 @@ function formatMarkdown(result2, options = {}) { `; if (options.showUpgradePrompt) { out += ` -> \u{1F3E2} **GreenOps Dashboard** \u2014 aggregate carbon data across all your repositories, set team budgets, and export ESG reports. [Join the waitlist](https://greenops-cli.dev) \xB7 Coming soon. +> \u{1F3E2} **GreenOps Dashboard** \u2014 aggregate carbon data across all your repositories, set team budgets, and export ESG reports. [Register your interest](https://github.com/omrdev1/greenops-cli/discussions/17) `; } return out; diff --git a/formatters/markdown.ts b/formatters/markdown.ts index c707e8f..8a66b34 100644 --- a/formatters/markdown.ts +++ b/formatters/markdown.ts @@ -97,7 +97,7 @@ export function formatMarkdown(result: PlanAnalysisResult, options: FormatterOpt out += `Math is MIT-licensed and auditable. Analysed at ${result.analysedAt}.*\n`; if (options.showUpgradePrompt) { - out += `\n> ๐Ÿข **GreenOps Dashboard** โ€” aggregate carbon data across all your repositories, set team budgets, and export ESG reports. [Join the waitlist](https://greenops-cli.dev) ยท Coming soon.\n`; + out += `\n> ๐Ÿข **GreenOps Dashboard** โ€” aggregate carbon data across all your repositories, set team budgets, and export ESG reports. [Register your interest](https://github.com/omrdev1/greenops-cli/discussions/17)\n`; } return out;