Skip to content

Commit 4084bc3

Browse files
authored
fix: replace dead waitlist link with GitHub Discussions #17 (#18)
1 parent a3e8424 commit 4084bc3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/index.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3125,7 +3125,7 @@ function formatMarkdown(result2, options = {}) {
31253125
`;
31263126
if (options.showUpgradePrompt) {
31273127
out += `
3128-
> \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.
3128+
> \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)
31293129
`;
31303130
}
31313131
return out;

formatters/markdown.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export function formatMarkdown(result: PlanAnalysisResult, options: FormatterOpt
9797
out += `Math is MIT-licensed and auditable. Analysed at ${result.analysedAt}.*\n`;
9898

9999
if (options.showUpgradePrompt) {
100-
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`;
100+
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`;
101101
}
102102

103103
return out;

0 commit comments

Comments
 (0)