From e5df5c1e7b3171b5b5b46f7e970ef09dc527e4e0 Mon Sep 17 00:00:00 2001 From: Ryan Albert Date: Fri, 23 Feb 2024 10:03:31 -0800 Subject: [PATCH] feat: update --- internal/git/git.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }