Skip to content

Commit 8a3dde9

Browse files
committed
fix vagrant setup script
1 parent 2459f36 commit 8a3dde9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vagrant/cookbook/recipes/default.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
echo "Waiting for Jackrabbit:"
119119
while [[ -z `curl -s "http://localhost:8080"` ]] ; do sleep 1s; echo -n "."; done
120120
app/console doctrine:phpcr:workspace:create sandbox
121-
app/console doctrine:phpcr:register-system-node-types
122-
app/console -v doctrine:phpcr:fixtures:load
121+
app/console doctrine:phpcr:repository:init
122+
app/console doctrine:phpcr:fixtures:load
123123
EOH
124124
end

0 commit comments

Comments
 (0)