Skip to content

Commit 41aa040

Browse files
committed
something in vendor/bin is breaking scripts
1 parent d06e47f commit 41aa040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

uceap-drupal-dev-on-create

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ chgrp www-data web/sites/default/files
4949
chmod g+s web/sites/default/files
5050

5151
# Setup drush and other vendor binaries
52-
echo "PATH=\"`pwd`/vendor/bin:\$PATH\"" >> ~/.profile
52+
echo "PATH=\"\$PATH:`pwd`/vendor/bin\"" >> ~/.profile
5353

5454
# Setup VS Code
5555
mkdir -p .vscode

0 commit comments

Comments
 (0)