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

Commit

Permalink
Merge pull request #64 from Nyholm/patch-1
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
dizda committed May 9, 2015
2 parents 175e676 + f84249a commit 0e51270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/BackupCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ protected function checkEnvironment(OutputInterface $output)
if ($this->getContainer()->get('kernel')->getEnvironment() !== 'prod') {
$output->writeln('<bg=yellow> </bg=yellow>');
$output->writeln('<bg=yellow;options=bold> Warning: </bg=yellow;options=bold>');
$output->writeln('<bg=yellow> You shoild run the command in production environment ("--env=prod") </bg=yellow>');
$output->writeln('<bg=yellow> You should run the command in production environment ("--env=prod") </bg=yellow>');
$output->writeln('<bg=yellow> </bg=yellow>');
}
}
Expand Down

0 comments on commit 0e51270

Please sign in to comment.