1
0
Fork 0

Fix fossil update

pull/5467/head
bohwaz 2016-06-25 13:09:02 +12:00
parent 5674262030
commit 517a9b6f4c
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class FossilDownloader extends VcsDownloader
throw new \RuntimeException('The .fslckout file is missing from '.$path.', see https://getcomposer.org/commit-deps for more information');
}
$command = sprintf('fossil pull && fossil up', $url, $ref);
$command = sprintf('fossil pull && fossil up %s', $ref);
if (0 !== $this->process->execute($command, $ignoredOutput, realpath($path))) {
throw new \RuntimeException('Failed to execute ' . $command . "\n\n" . $this->process->getErrorOutput());
}