Skip to content

Commit

Permalink
turn off laravel project by default
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmanders committed Oct 30, 2013
1 parent 0d06f16 commit 08fe9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# CONFIGURATION VARIABLES
MYSQL_PASSWORD='root'
LARAVEL_PROJECT=true
LARAVEL_PROJECT=false

echo "--- Good morning, master. Let's get to work. Installing now. ---"

Expand Down

0 comments on commit 08fe9ac

Please sign in to comment.