Skip to content

Commit

Permalink
removed uneeded cd command
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmanders committed Oct 30, 2013
1 parent be2c5c4 commit 8e20f4a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vagrant/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ echo "--- Composer is the future. But you knew that, did you master? Nice job. -
curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer

# Laravel stuff here, if you want
cd /vagrant
chmod -R o+w app/storage
echo "--- Lets make sure the app storage directory is writable. ---"
chmod -R o+w /vagrant/app/storage

echo "--- All set to go! Would you like to play a game? ---"

0 comments on commit 8e20f4a

Please sign in to comment.