Skip to content

Commit ffb7344

Browse files
authored
Merge pull request #1379 from lchrusciel/patch-1
[Documentation] Proper symfony console path
2 parents 5a30553 + 8119233 commit ffb7344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ externally, the Elasticsearch index must be updated manually. This can be achiev
137137
running the console command:
138138

139139
```bash
140-
$ php app/console fos:elastica:populate
140+
$ php bin/console fos:elastica:populate
141141
```
142142

143143
_**Note:** Consider reading [speed up populate command](cookbook/speed-up-populate-command.md) if you are going to deal with big data set._

0 commit comments

Comments
 (0)