diff --git a/internal/git/git.go b/internal/git/git.go index 090ba7f9..8d9e2532 100644 --- a/internal/git/git.go +++ b/internal/git/git.go @@ -408,7 +408,7 @@ Based on: if accessAllowed, err := cli.CheckFreeUsageAccess(); err == nil && !accessAllowed { warningDate := time.Date(2024, time.March, 18, 0, 0, 0, 0, time.UTC) daysToLimit := int(math.Round(warningDate.Sub(time.Now().Truncate(24*time.Hour)).Hours() / 24)) - body += fmt.Sprintf(`\n\n\n# 🚀 Time to Upgrade 🚀 + body += "\n\n\n" + fmt.Sprintf(`## 🚀 Time to Upgrade 🚀 You have exceeded the limit of one free generated SDK. Please reach out to the Speakeasy team in the next %d days to ensure continued access`, daysToLimit) + "\n\n" }