Skip to content

Commit

Permalink
fix(quack): only babies because they cute
Browse files Browse the repository at this point in the history
Fixes honk-ci#3
  • Loading branch information
hairmare authored Oct 27, 2020
1 parent 20dfc3b commit 698a2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func processHonk(twitterAPI *anaconda.TwitterApi, tweet anaconda.Tweet) {
mention = tweet.User.ScreenName
}

image := getImage("duck")
image := getImage("baby duck")
if image == nil {
image = getDefaultGoose()
}
Expand Down

0 comments on commit 698a2f6

Please sign in to comment.