This commit is contained in:
Rob Vermaas 2009-10-15 13:35:52 +00:00
parent 1c5ab05521
commit 3ebe5e1069

View file

@ -45,7 +45,8 @@ sub sendTwitterNotification {
my $nt = Net::Twitter::Lite->new(
username => $ENV{'TWITTER_USER'},
password => $ENV{'TWITTER_PASS'}
password => $ENV{'TWITTER_PASS'},
clientname => "Hydra Build Daemon"
);
my $tag = $build->project->name;