From 3de25244fb42983771c5c436d2118402e8034105 Mon Sep 17 00:00:00 2001 From: abnercoimbre Date: Sat, 19 Oct 2024 13:27:58 -0700 Subject: [PATCH] Show specific meetups link for the target city --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index de82967..a95da08 100644 --- a/main.go +++ b/main.go @@ -529,7 +529,7 @@ func main() { indexStr = strings.Repeat(" ", maxIndexWidth-len(indexStr)) + indexStr // Right-align the index fmt.Printf("%s. \033[1m%s\033[0m\n", indexStr, email) } - fmt.Printf("\nMailing list grows automatically as more subscribe at \033[1mhandmadecities.com/meetups\033[0m\n") + fmt.Printf("\nMailing list grows automatically as more subscribe at \033[1mhandmadecities.com/meetups/%s\033[0m\n", config.Postmark.MessageStream) }, }