Skip to content

Commit

Permalink
Refs #4711 Documents the new console command to use
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Mar 4, 2014
1 parent dfff459 commit ef05c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/CoreUpdater/Controller.php
Expand Up @@ -332,7 +332,7 @@ public function runUpdaterAndExit($doDryRun = null)
private function doWelcomeUpdates($view, $componentsWithUpdateFile)
{
$view->new_piwik_version = Version::VERSION;
$view->commandUpgradePiwik = "<br /><code>php " . Filesystem::getPathToPiwikRoot() . "/index.php -- \"module=CoreUpdater\" </code>";
$view->commandUpgradePiwik = "<br /><code>php " . Filesystem::getPathToPiwikRoot() . "/console core:update </code>";
$pluginNamesToUpdate = array();
$coreToUpdate = false;

Expand Down

0 comments on commit ef05c6c

Please sign in to comment.