Skip to content

Commit 14ea778

Browse files
authored
Update bootstrap.rst
fix a copy/paste typo
1 parent 3e1ef71 commit 14ea778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/bootstrap.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can modify this file to add custom logic:
2929
+ // executes the "php bin/console cache:clear" command
3030
+ passthru(sprintf(
3131
+ 'APP_ENV=%s php "%s/../bin/console" cache:clear --no-warmup',
32-
+ $_ENV['BOOTSTRAP_CLEAR_CACHE_ENV'],
32+
+ $_ENV['APP_ENV'],
3333
+ __DIR__
3434
+ ));
3535
+ }

0 commit comments

Comments
 (0)