diff --git a/twitter.go b/twitter.go index 14f346d..563228b 100644 --- a/twitter.go +++ b/twitter.go @@ -161,7 +161,7 @@ func (c *TwitterNotifier) NotifyWhenNotAvailable(productURL string, duration tim } // format message - message := fmt.Sprintf("And it's over (%s)", duration) + message := fmt.Sprintf("And it's gone (%s)", duration) // close thread on twitter _, err := c.replyToTweet(tweet.TweetID, message)