Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 760d550

Browse files
committed
fixed bug in vendors.sh
1 parent 721eaa5 commit 760d550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/vendors.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ install_git assetic git://github.com/kriswallsmith/assetic.git v1.0.0alpha1
4949
install_git symfony git://github.com/symfony/symfony.git $VERSION
5050

5151
# Update the bootstrap files
52-
$DIR/bin/build_bootstrap.php
52+
../bin/build_bootstrap.php
5353

5454
# Doctrine ORM
5555
install_git doctrine git://github.com/doctrine/doctrine2.git 2.0.2
@@ -94,4 +94,4 @@ install_git WebConfiguratorBundle git://github.com/symfony/WebConfiguratorBundle
9494
cd ../../..
9595

9696
# Update assets
97-
$DIR/app/console assets:install $DIR/web/
97+
../app/console assets:install ../web/

0 commit comments

Comments
 (0)