Skip to content

Commit d8d2d9f

Browse files
committed
rookie mistake
1 parent 1309502 commit d8d2d9f

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\"" | tee -a ~/.bashrc ~/.zshrc ~/.zshrc.local
52+
echo "export PATH=\"`pwd`/vendor/bin:\$PATH\"" | tee -a ~/.bashrc ~/.zshrc ~/.zshrc.local
5353

5454
# Setup VS Code
5555
mkdir -p .vscode

0 commit comments

Comments
 (0)