Skip to content

Commit

Permalink
Update post.go
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Jan 12, 2025
1 parent 0bee5f0 commit 4e7104b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/commands/watch/post.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,7 @@ func Post(prevTag, newTag string) (string, error) {
post += fmt.Sprintf("https://github.com/apple-oss-distributions/Libc/compare/%s...%s\n\n", prevLibcTag, newLibcTag)
}

post += " - this post was generated by `ipsw` 🤖"

return post, nil
}

0 comments on commit 4e7104b

Please sign in to comment.