Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
fixed composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Sep 7, 2012
1 parent 7aa9270 commit 6bdb97b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/P3Setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ public static function postPackageUpdate(Event $event)
return;
}

$app->runner->addCommands($commandPath);
$app->runner->run($args);
$app->commandRunner->addCommands($commandPath);
$app->commandRunner->run($args);
}

/**
Expand Down

0 comments on commit 6bdb97b

Please sign in to comment.