Skip to content

Commit

Permalink
Update lambo
Browse files Browse the repository at this point in the history
  • Loading branch information
vlauciani authored Oct 3, 2017
1 parent 49a31ea commit 958d181
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lambo
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,9 @@ git commit -m "$MESSAGE"

# Update .env to point to this database with `root` username and blank pw,
# like Mac MySQL defaults, and appropriate domain
if [ ! -f .env ]; then
cp .env.example .env
fi
PROJECTURL="http://$PROJECTNAME.$TLD"
sedCommands=(
"/DB_DATABASE/s/homestead/$PROJECTNAME/"
Expand Down

0 comments on commit 958d181

Please sign in to comment.