Skip to content
This repository has been archived by the owner on Oct 3, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:claylo/conductor
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay Loveless committed Sep 19, 2012
2 parents d5bdccf + d74e499 commit c660c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Conductor/Converter/Package2XmlToComposer.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function __construct($package2file, $config = null)
if (! file_exists($package2file)) {
throw new \RuntimeException('Could not find ' . $package2file);
}
$this->package2file_path = $packcage2file;
$this->package2file_path = $package2file;
$this->xml = file_get_contents($package2file);

if ($config !== null && file_exists($config)) {
Expand Down

0 comments on commit c660c7e

Please sign in to comment.