Skip to content

Commit

Permalink
Add http:// to Perl APP_URL replacer
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstauffer committed Nov 20, 2017
1 parent bf13a63 commit 4d51e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambo
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ perlCommands=(
"s/(DB_DATABASE=)(.*)/\1$PROJECTNAME/g"
's/(DB_USERNAME=)(.*)/\1root/g'
's/(DB_PASSWORD=)(.*)/\1/g'
"s/(APP_URL=)(.*)/\1$PROJECTNAME\.$TLD/g"
"s/(APP_URL=)(.*)/\1http:\/\/$PROJECTNAME.$TLD/g"
)

if [[ "$LINK" = true ]]; then
Expand Down

0 comments on commit 4d51e50

Please sign in to comment.