Skip to content

Commit 6a728c9

Browse files
committed
fix path in the reload fixture script
1 parent 9eb1228 commit 6a728c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/reload-fixtures.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?php
33

44
$output = $return_var = null;
5-
$command = __DIR__.'/../app/console -v doctrine:phpcr:fixtures:load -e=prod';
5+
$command = __DIR__.'/../bin/console -v doctrine:phpcr:fixtures:load -e=prod';
66
echo "Running: $command\n";
77
exec($command, $output, $return_var);
88

0 commit comments

Comments
 (0)