mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-13 18:50:01 -04:00
git-notify: Polish up the "tag notifications"
Use better labels for the tag ref and the SHA1 name of the tag object.
This commit is contained in:
parent
ecdb5aa53f
commit
600fecab6a
1 changed files with 2 additions and 2 deletions
|
|
@ -456,8 +456,8 @@ sub send_commit_notice($$)
|
|||
{
|
||||
push @notice, format_table(
|
||||
"Module: $repos_name",
|
||||
"Branch: $ref",
|
||||
"Tag: $obj",
|
||||
"Tag: $ref",
|
||||
"SHA1: $obj",
|
||||
"Tagger:" . $info{"tagger"},
|
||||
"Date:" . format_date($info{"tagger_date"},$info{"tagger_tz"}),
|
||||
$url ? "URL: $url" : undef),
|
||||
|
|
|
|||
Loading…
Reference in a new issue