Skip to content

Commit

Permalink
Be more specific about which install tool to use
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Nov 4, 2018
1 parent 59efb7a commit df3de41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Composer/ScriptHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static function initializeApplication(Event $event): void
static::executeCommand(sprintf('contao:install %s', $webDir), $event);
static::executeCommand(sprintf('contao:symlinks %s', $webDir), $event);

$event->getIO()->write('<info>Done! Please open the install tool and make sure the database is up-to-date.</info>');
$event->getIO()->write('<info>Done! Please open the Contao install tool and make sure the database is up-to-date.</info>');
}

public static function purgeCacheFolder(): void
Expand Down

0 comments on commit df3de41

Please sign in to comment.