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) }, }