specified git ref for doc generation script
This commit is contained in:
parent
fee25b43a0
commit
82b670c152
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue