Skip to content

Commit

Permalink
Fix install command
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Nov 10, 2012
1 parent 8be4e48 commit e7b1dc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Onion/Command/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ function execute()
}

$reader = new \Onion\PackageConfigReader;
$reader->setLogger( $logger );

$pkg = $reader->read( 'package.ini' );
$pkg->local = 1; // dont install this
Expand Down

0 comments on commit e7b1dc5

Please sign in to comment.