Skip to content

Commit

Permalink
[Doc] Fixed the env of a command that is usually available only in "d…
Browse files Browse the repository at this point in the history
…ev" environment
  • Loading branch information
javiereguiluz committed May 26, 2017
1 parent 6395fc6 commit 30746d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/default-deployer.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ return new class extends DefaultDeployer
$this->runLocal('git diff --quiet');

$this->log('Running tests, linters and checkers.');
$this->runLocal('./bin/console security:check');
$this->runLocal('./bin/console security:check --env=dev');
$this->runLocal('./bin/console lint:twig app/Resources/ --no-debug');
$this->runLocal('./bin/console lint:yaml app/ --no-debug');
$this->runLocal('./bin/console lint:xliff app/Resources/ --no-debug');
Expand Down

0 comments on commit 30746d0

Please sign in to comment.