specified git ref for doc generation script

This commit is contained in:
Steffen Vogel 2011-03-25 00:04:16 +01:00
parent fee25b43a0
commit 82b670c152

View file

@ -49,7 +49,7 @@ $rc = 0;
chdir($vzDir . '/github/');
// update git
$cmd = 'git pull';
$cmd = 'git pull origin master';
$output[] = $cmd . PHP_EOL;
exec($cmd, $output, $rc);