Skip to content

Commit

Permalink
Merge pull request #7 from derekherman/fix/host
Browse files Browse the repository at this point in the history
Fix typo in host
  • Loading branch information
westonruter committed Aug 3, 2019
2 parents bb42291 + 4492073 commit 11ae31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lando.base.yml
Expand Up @@ -33,7 +33,7 @@ services:
install_dependencies_as_root:
- bash bin/install-dependencies.sh
# Allow loopback requests to work.
- echo "127.0.0.1 wordpressdev.lando.site" >> /etc/hosts
- echo "127.0.0.1 wordpressdev.lndo.site" >> /etc/hosts
run:
- bash bin/setup-wordpress.sh

Expand Down

0 comments on commit 11ae31d

Please sign in to comment.