Show specific meetups link for the target city

master v1.1.0
abnercoimbre 2024-10-19 13:27:58 -07:00
parent 1a9f605208
commit 3de25244fb
1 changed files with 1 additions and 1 deletions

View File

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