Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 30746d0

Browse files
committed
[Doc] Fixed the env of a command that is usually available only in "dev" environment
1 parent 6395fc6 commit 30746d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/default-deployer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ return new class extends DefaultDeployer
322322
$this->runLocal('git diff --quiet');
323323

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

0 commit comments

Comments
 (0)