* update ip address for loadbot. This shouldn't be hard coded. oh well

This commit is contained in:
Jeff Carr 2011-10-26 18:29:44 -04:00
parent 4e4e8aa5af
commit f84f50088e
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ if ($return eq "-1") {
}
if ( ! -e "benchmarks") {
my $return = system("git clone http://69.55.54.144/benchmarks/.git/");
my $return = system("git clone http://69.55.54.91/benchmarks/.git/");
} else {
chdir "benchmarks";
my $return = system("git pull");