Working version 0.1
[buildfarm-server.git] / cgi-bin / register.pl
index ada9a8c45f389241af07c947fe3bf09898a27636..1e3aba48ad382e7ab87ff138a5736d701f2a4527 100755 (executable)
@@ -154,7 +154,7 @@ $from_addr =~ tr /\r\n//d;
 $msg->set('From',$from_addr);
 
 $msg->to(@$notifyapp);
-$msg->subject('New Buildfarm Application');
+$msg->subject('New BuildFarm Application');
 my $fh = $msg->open;
 print $fh "\n\nName: $dummyname\n",
     "OS: $os: $osv\n",