Skip to content

Commit

Permalink
Add missing directory separator
Browse files Browse the repository at this point in the history
  • Loading branch information
saltybeagle committed Jan 27, 2011
1 parent 95e011c commit 20a8c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pyrus/Developer/PackageFile/Commands.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ function package($frontend, $args, $options)
// TODO: Improve this to automatically find latest releases from pear2.php.net
$exceptionpath = $autoloadpath = $multierrorspath = realpath($sourcepath . '/../../vendor/php') .
'/PEAR2';
if (!file_exists($exceptionpath . 'Exception.php')) {
if (!file_exists($exceptionpath . '/Exception.php')) {
throw new \PEAR2\Pyrus\Developer\Creator\Exception(
'Cannot locate PEAR2/Exception in a local vendor/ dir. '
. 'It is best to install the latest versions of these locally.');
Expand Down

0 comments on commit 20a8c7a

Please sign in to comment.